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

@ -56,3 +56,12 @@ g.mapleader = " "
o.tabstop = 4
o.shiftwidth = 4
o.smartindent = true
-- Firenvim settings
vim.g.firenvim_config = {
localSettings = {
[".*"] = {
takeOver = "never",
},
},
}