mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 12:28:32 +00:00
Compare commits
1 commit
8848fd08ea
...
314381b1e3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
314381b1e3 |
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ in {
|
|||
|
||||
default = {};
|
||||
type = submodule {
|
||||
freeformType = anything;
|
||||
freeformType = attrsOf anything;
|
||||
options = opts;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -44,7 +44,7 @@ in {
|
|||
formatting.format = cfg.format;
|
||||
};
|
||||
|
||||
pluginRC.nvim-cmp = mkIf cfg.enable (entryAfter ["autopairs" "luasnip"] ''
|
||||
pluginRC.nvim-cmp = mkIf cfg.enable (entryAfter ["autopairs"] ''
|
||||
local luasnip = require("luasnip")
|
||||
local cmp = require("cmp")
|
||||
cmp.setup(${toLuaObject cfg.setupOpts})
|
||||
|
|
Loading…
Add table
Reference in a new issue