Migrate to lazy.nvim with more lua config

This commit is contained in:
Alexander Gehrke 2023-06-19 11:54:39 +02:00
parent d7aa29354c
commit be6559c1b6
28 changed files with 823 additions and 445 deletions

5
lua/plugins/chroma.lua Normal file
View file

@ -0,0 +1,5 @@
return {
'crater2150/vim-theme-chroma',
lazy = false, priority = 1000,
config = function() vim.cmd.colorscheme("chroma") end
}