add
This commit is contained in:
12
nvim/lua/config/lazy.lua
Normal file
12
nvim/lua/config/lazy.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = "\\"
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ import = "plugins" },
|
||||
},
|
||||
checker = {
|
||||
enabled = true,
|
||||
notify = false,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user