feat: enfocado and human
This commit is contained in:
parent
ae822d97c0
commit
d9dda88d1e
1
lua/custom/plugins/human.lua
Normal file
1
lua/custom/plugins/human.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
return { 'wuelnerdotexe/human.vim' }
|
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,
|
||||||
|
}
|
@ -35,6 +35,8 @@ let g:thematic#themes = {
|
|||||||
\ },
|
\ },
|
||||||
\ 'embark' : {
|
\ 'embark' : {
|
||||||
\ },
|
\ },
|
||||||
|
\ 'enfocado' : {
|
||||||
|
\ },
|
||||||
\ 'eva01' : {
|
\ 'eva01' : {
|
||||||
\ },
|
\ },
|
||||||
\ 'everblush' : {
|
\ 'everblush' : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user