mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-18 08:09:48 +01: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 = {
|
||||
lazy.plugins.luasnip = {
|
||||
package = "luasnip";
|
||||
|
||||
lazy = true;
|
||||
after = cfg.loaders;
|
||||
|
||||
setupModule = "luasnip";
|
||||
inherit (cfg) setupOpts;
|
||||
|
||||
after = cfg.loaders;
|
||||
};
|
||||
startPlugins = cfg.providers;
|
||||
autocomplete.nvim-cmp = {
|
||||
|
|
Loading…
Reference in a new issue