nvim: autocmd: On exit set cursor shape to horizontal & not vertical

We specify an underline cursor shape in terminal settings. This actually
fixes 5c6eebf where we just copied the settings from the referenced
issue but did not actually fix it.
This commit is contained in:
Sanchayan Maity 2022-04-15 14:05:14 +05:30
parent 998e22e978
commit ef1ed4b7d1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ local aucmd_dict = {
{
group = "custom_group",
pattern = "*",
command = "set guicursor=a:ver1-blinkon0"
command = "set guicursor=a:hor1-blinkon0"
}
}
}