diff --git a/profiles/desktop/.alacritty.toml b/profiles/desktop/.alacritty.toml index 8ade247..67f2c36 100644 --- a/profiles/desktop/.alacritty.toml +++ b/profiles/desktop/.alacritty.toml @@ -1,5 +1,5 @@ [env] -TERM = 'xterm-256color' +TERM = 'alacritty' [cursor] style = 'Block' diff --git a/profiles/desktop/.config/nvim/lua/config/settings.lua b/profiles/desktop/.config/nvim/lua/config/settings.lua index b3b975f..70a5645 100644 --- a/profiles/desktop/.config/nvim/lua/config/settings.lua +++ b/profiles/desktop/.config/nvim/lua/config/settings.lua @@ -112,3 +112,6 @@ vim.opt.cinoptions:append({ 'N-s' }) vim.g.html_indent_autotags = 'html,thead,tbody,tfoot' vim.g.html_indent_script1 = 'auto' vim.g.html_indent_style1 = 'auto' + +-- set cursor +vim.opt.guicursor = "n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50"