feat: a bunch of themes and vim be good
This commit is contained in:
parent
aa9b5d8e6c
commit
db434bceb0
17 changed files with 70 additions and 0 deletions
8
lua/custom/plugins/themes/nvim-hybrid.lua
Normal file
8
lua/custom/plugins/themes/nvim-hybrid.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'PHSix/nvim-hybrid',
|
||||
config = function()
|
||||
require('hybrid').setup()
|
||||
-- or use
|
||||
-- vim.cmd [[colorscheme nvim-hybrid]]
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue