chore(config): disable cursor style in neovim

Remember to use " for comments and ' for string in neovim
main
Tran Hau 2021-03-22 03:45:43 +00:00
parent ce64039433
commit e5facc3d03
1 changed files with 4 additions and 1 deletions

View File

@ -10,11 +10,14 @@ set whichwrap=<,>,[,]
" True color
" https://gist.github.com/XVilka/8346728
if (empty($TMUX))
if (has("termguicolors"))
if (has('termguicolors'))
set termguicolors
endif
endif
" Disable cursor styling
set guicursor=
" Install xclip or xsel
set clipboard+=unnamedplus