feat(nvim): add luasnip snippets
This commit is contained in:
parent
659e719c47
commit
e87d0c7ec3
5 changed files with 260 additions and 43 deletions
|
|
@ -19,6 +19,11 @@ in
|
|||
)
|
||||
];
|
||||
|
||||
xdg.configFile."nvim/snippets" = {
|
||||
recursive = true;
|
||||
source = ./plugins/snippets;
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue