Nvim: change package manager from packer to lazy

This commit is contained in:
Marko Korhonen 2023-02-22 14:45:30 +02:00
parent a8211ed1d8
commit 12564939a7
5 changed files with 102 additions and 129 deletions

View file

@ -1,7 +0,0 @@
vim.g.firenvim_config = {
localSettings = {
[".*"] = {
takeOver = "never",
},
},
}