feat: enfocado and human
This commit is contained in:
parent
ae822d97c0
commit
d9dda88d1e
3 changed files with 9 additions and 0 deletions
6
lua/custom/plugins/themes/vim-enfocado.lua
Normal file
6
lua/custom/plugins/themes/vim-enfocado.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'wuelnerdotexe/vim-enfocado',
|
||||
config = function()
|
||||
vim.g.enfocado_style = 'neon' -- or 'nature'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue