A bug in Konsole causes nvim to stop working properly. Fixed in this commit
This commit is contained in:
parent
4f01a379e1
commit
39f3583e20
3
init.vim
3
init.vim
@ -11,6 +11,9 @@ let python_highlight_all = 1
|
|||||||
|
|
||||||
set hidden
|
set hidden
|
||||||
|
|
||||||
|
" This fixes a bug in Konsole https://github.com/neovim/neovim/issues/7002
|
||||||
|
:set guicursor=
|
||||||
|
|
||||||
" set options for folding
|
" set options for folding
|
||||||
set foldmethod=syntax
|
set foldmethod=syntax
|
||||||
set foldlevelstart=20
|
set foldlevelstart=20
|
||||||
|
Loading…
Reference in New Issue
Block a user