mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-02 20:06:36 +00:00
Compare commits
2 commits
fe874acd37
...
9b11e6e938
| Author | SHA1 | Date | |
|---|---|---|---|
|
9b11e6e938 |
|||
|
|
0d394c9db0 |
1 changed files with 3 additions and 0 deletions
|
|
@ -65,6 +65,9 @@ in {
|
|||
${optionalString (
|
||||
cfg.customSnippets.snipmate != {}
|
||||
) "require('luasnip.loaders.from_snipmate').lazy_load()"}
|
||||
${optionalString (
|
||||
config.vim.autocomplete.nvim-cmp.enable || config.vim.autocomplete.blink-cmp.friendly-snippets.enable
|
||||
) "require('luasnip.loaders.from_vscode').lazy_load()"}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue