neovim -> nixvim
This commit is contained in:
15
home/programs/nixvim/plugins/snippets.nix
Normal file
15
home/programs/nixvim/plugins/snippets.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{...}:
|
||||
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
luasnip = {
|
||||
enable = true;
|
||||
fromVscode = [ { } ];
|
||||
};
|
||||
|
||||
friendly-snippets = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user