add luasnip loader code

This commit is contained in:
Michi Floßmann 2024-07-13 13:38:40 +02:00
parent 1ca9e8e016
commit 0d6ddb5b6d

View file

@ -1,3 +1,9 @@
_:{
opts.enable = true;
rootOpts = {
extraConfigLuaPre = ''
require("luasnip.loaders.from_lua").load({paths = "~/.config/snippets/"})
'';
};
}