This commit is contained in:
2026-06-07 17:06:15 +08:00
parent 693fddbe6f
commit d734377b2e
5 changed files with 32 additions and 23 deletions

View File

@@ -4,8 +4,16 @@ return {
'wuelnerdotexe/vim-enfocado',
lazy = false,
config = function()
vim.g.enfocad_style = 'nature'
vim.g.enfocado_style = 'nature'
vim.cmd 'colo enfocado'
vim.cmd [[highlight Normal ctermbg=NONE guibg=NONE]]
local ct = require('conftool')
ct.augroup('templates', {
'ColorScheme', 'enfocado',
'highlight', 'Normal', 'ctermbg=NONE', 'guibg=NONE'
})
end,
keys = {
{