Nvim: change package manager from packer to lazy

This commit is contained in:
Marko Korhonen 2023-02-22 14:45:30 +02:00
parent 884e29d6f2
commit 409ae40b9e
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 102 additions and 129 deletions

View file

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