improving startup time by using lazy loading or filetype loading
This commit is contained in:
parent
bdb655c5a1
commit
7f1b34fd6f
62 changed files with 1285 additions and 561 deletions
8
lua/custom/plugins/solarized.lua
Executable file
8
lua/custom/plugins/solarized.lua
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'shaunsingh/solarized.nvim',
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
vim.g.solarized_variant = 'light'
|
||||
end,
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue