diff --git a/.config/vim/vimrc.d/30-settings.vim b/.config/vim/vimrc.d/30-settings.vim index 19c72e2..19a3900 100644 --- a/.config/vim/vimrc.d/30-settings.vim +++ b/.config/vim/vimrc.d/30-settings.vim @@ -76,6 +76,8 @@ set autoread set iskeyword+=- " Do not automatically insert at EOF if missing set nofixendofline +" Let the cursor move beyond the EOL when in visual-block mode. +set virtualedit+=block if (exists('g:loaded_gitgutter')) " Augment the default `foldtext()` with an indicator whether the folded