lazy: make nix package actually work

This commit is contained in:
Guanran Wang 2024-02-21 11:10:24 +08:00
parent c6f29a16d6
commit e2e979a3e7
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -12,6 +12,11 @@ end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
performance = {
rtp = {
reset = false
}
},
-- completions.lua
{