feat: enfocado and human
This commit is contained in:
parent
ae822d97c0
commit
d9dda88d1e
|
@ -0,0 +1 @@
|
|||
return { 'wuelnerdotexe/human.vim' }
|
|
@ -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' : {
|
||||
\ },
|
||||
\ 'enfocado' : {
|
||||
\ },
|
||||
\ 'eva01' : {
|
||||
\ },
|
||||
\ 'everblush' : {
|
||||
|
|
Loading…
Reference in New Issue