diff --git a/config/nvim/init.vim b/config/nvim/init.vim index 820133c..8b7842a 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -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