nixvim plugins
install all currently wanted plugins
This commit is contained in:
17
home/programs/nixvim/plugins/snippets.nix
Normal file
17
home/programs/nixvim/plugins/snippets.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
luasnip = {
|
||||
enable = true;
|
||||
autoLoad = true;
|
||||
|
||||
fromVscode = [ { } ];
|
||||
};
|
||||
|
||||
friendly-snippets = {
|
||||
enable = true;
|
||||
lazyLoad.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user