A bug in Konsole causes nvim to stop working properly. Fixed in this commit

This commit is contained in:
Dennis Potter 2018-06-26 10:15:41 +02:00
parent 4f01a379e1
commit 39f3583e20
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ let python_highlight_all = 1
set hidden
" This fixes a bug in Konsole https://github.com/neovim/neovim/issues/7002
:set guicursor=
" set options for folding
set foldmethod=syntax
set foldlevelstart=20