add luasnip loader code
This commit is contained in:
parent
1ca9e8e016
commit
0d6ddb5b6d
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
_:{
|
||||
opts.enable = true;
|
||||
|
||||
rootOpts = {
|
||||
extraConfigLuaPre = ''
|
||||
require("luasnip.loaders.from_lua").load({paths = "~/.config/snippets/"})
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue