Nvim: change package manager from packer to lazy
This commit is contained in:
parent
a8211ed1d8
commit
12564939a7
5 changed files with 102 additions and 129 deletions
|
@ -56,3 +56,12 @@ g.mapleader = " "
|
|||
o.tabstop = 4
|
||||
o.shiftwidth = 4
|
||||
o.smartindent = true
|
||||
|
||||
-- Firenvim settings
|
||||
vim.g.firenvim_config = {
|
||||
localSettings = {
|
||||
[".*"] = {
|
||||
takeOver = "never",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue