From d9dda88d1e72dc09f8fa994980375c9609173a46 Mon Sep 17 00:00:00 2001 From: Thomas Alcala Schneider Date: Fri, 26 May 2023 00:27:26 +0200 Subject: [PATCH] feat: enfocado and human --- lua/custom/plugins/human.lua | 1 + lua/custom/plugins/themes/vim-enfocado.lua | 6 ++++++ lua/custom/plugins/themes/vim-thematic.lua | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 lua/custom/plugins/human.lua create mode 100644 lua/custom/plugins/themes/vim-enfocado.lua diff --git a/lua/custom/plugins/human.lua b/lua/custom/plugins/human.lua new file mode 100644 index 00000000..b668f5a5 --- /dev/null +++ b/lua/custom/plugins/human.lua @@ -0,0 +1 @@ +return { 'wuelnerdotexe/human.vim' } diff --git a/lua/custom/plugins/themes/vim-enfocado.lua b/lua/custom/plugins/themes/vim-enfocado.lua new file mode 100644 index 00000000..f006d999 --- /dev/null +++ b/lua/custom/plugins/themes/vim-enfocado.lua @@ -0,0 +1,6 @@ +return { + 'wuelnerdotexe/vim-enfocado', + config = function() + vim.g.enfocado_style = 'neon' -- or 'nature' + end, +} diff --git a/lua/custom/plugins/themes/vim-thematic.lua b/lua/custom/plugins/themes/vim-thematic.lua index d49fc745..a7370fa1 100644 --- a/lua/custom/plugins/themes/vim-thematic.lua +++ b/lua/custom/plugins/themes/vim-thematic.lua @@ -35,6 +35,8 @@ let g:thematic#themes = { \ }, \ 'embark' : { \ }, +\ 'enfocado' : { +\ }, \ 'eva01' : { \ }, \ 'everblush' : {