lazy: make nix package actually work
This commit is contained in:
parent
c6f29a16d6
commit
e2e979a3e7
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ end
|
|||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
require("lazy").setup({
|
||||
performance = {
|
||||
rtp = {
|
||||
reset = false
|
||||
}
|
||||
},
|
||||
|
||||
-- completions.lua
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue