mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-18 16:02:24 +00:00
snippets/luasnip: add whitespace, organize options
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
This commit is contained in:
parent
9818d19937
commit
c59f8922b2
1 changed files with 4 additions and 1 deletions
|
@ -11,10 +11,13 @@ in {
|
||||||
vim = {
|
vim = {
|
||||||
lazy.plugins.luasnip = {
|
lazy.plugins.luasnip = {
|
||||||
package = "luasnip";
|
package = "luasnip";
|
||||||
|
|
||||||
lazy = true;
|
lazy = true;
|
||||||
after = cfg.loaders;
|
|
||||||
setupModule = "luasnip";
|
setupModule = "luasnip";
|
||||||
inherit (cfg) setupOpts;
|
inherit (cfg) setupOpts;
|
||||||
|
|
||||||
|
after = cfg.loaders;
|
||||||
};
|
};
|
||||||
startPlugins = cfg.providers;
|
startPlugins = cfg.providers;
|
||||||
autocomplete.nvim-cmp = {
|
autocomplete.nvim-cmp = {
|
||||||
|
|
Loading…
Reference in a new issue