Nvim: change package manager from packer to lazy
This commit is contained in:
parent
884e29d6f2
commit
409ae40b9e
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