Migrate to lazy.nvim with more lua config
This commit is contained in:
parent
d7aa29354c
commit
be6559c1b6
28 changed files with 823 additions and 445 deletions
5
lua/plugins/chroma.lua
Normal file
5
lua/plugins/chroma.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
'crater2150/vim-theme-chroma',
|
||||
lazy = false, priority = 1000,
|
||||
config = function() vim.cmd.colorscheme("chroma") end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue