```
feat(editor): add luasnip loaders option to nvf module ```
This commit is contained in:
parent
fe43d32cd2
commit
918b88e85b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
setupOpts.enable_autosnippets = true;
|
setupOpts.enable_autosnippets = true;
|
||||||
providers = with pkgs.vimPlugins; [ vim-snippets ];
|
providers = with pkgs.vimPlugins; [ vim-snippets ];
|
||||||
|
loaders = "require('luasnip.loaders.from_vscode').lazy_load()";
|
||||||
customSnippets.snipmate = {
|
customSnippets.snipmate = {
|
||||||
nix = [
|
nix = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue