enc: update eva-theme config

This commit is contained in:
Pojok Code 2024-08-03 18:05:19 +07:00
parent 87a44d46db
commit e76eea2ebb
4 changed files with 19 additions and 5 deletions

View file

@ -86,6 +86,16 @@ vim.filetype.add({
},
})
-- config cursor
vim.opt.guicursor = {
"n-v:block", -- Normal, Visual, Command mode: block cursor
"i-ci-ve-c:ver25", -- Insert, Command-line Insert, Visual mode: vertical bar cursor
"r-cr:hor20", -- Replace, Command-line Replace mode: horizontal bar cursor
"o:hor50", -- Operator-pending mode: horizontal bar cursor
"a:blinkwait700-blinkoff400-blinkon250", -- Blinking settings
"sm:block-blinkwait175-blinkoff150-blinkon175", -- Select mode: block cursor with blinking
}
-- Autoformat
-- augroup _lsp
-- autocmd!