fixup! lazy: make nix package actually work
This commit is contained in:
parent
e2e979a3e7
commit
7db94b71d6
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ vim.opt.rtp:prepend(lazypath)
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
reset = false
|
reset = false,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- completions.lua
|
-- completions.lua
|
||||||
|
|
Loading…
Reference in a new issue