migrated to lazy.nvim, cleanup and fixes
This commit is contained in:
14
lua/lazy_conf.lua
Normal file
14
lua/lazy_conf.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
require("lazy").setup({
|
||||
defaults = {
|
||||
lazy = true,
|
||||
},
|
||||
spec = {
|
||||
-- import your plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
install = { colorscheme = { "onedark" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
})
|
||||
Reference in New Issue
Block a user