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