From 39f3583e20ef2e677f4b0503670a423dcbaa80e9 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Tue, 26 Jun 2018 10:15:41 +0200 Subject: [PATCH] A bug in Konsole causes nvim to stop working properly. Fixed in this commit --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 73123f2..0c66c95 100644 --- a/init.vim +++ b/init.vim @@ -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