This commit is contained in:
parent
dbf5bde36b
commit
4ac31540af
7 changed files with 269 additions and 1 deletions
|
@ -1,3 +1,16 @@
|
|||
{
|
||||
flake.modules.nixvim.custom.plugins.luasnip.enable = true;
|
||||
flake.modules.nixvim.custom.plugins = {
|
||||
cmp_luasnip.enable = true;
|
||||
|
||||
luasnip = {
|
||||
enable = true;
|
||||
|
||||
fromLua = [
|
||||
{
|
||||
lazyLoad = true;
|
||||
paths = ./snippets;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue