diff --git a/plugin/settings.vim b/plugin/settings.vim index cac65f4..4bb9144 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -1,8 +1,5 @@ scriptencoding 'utf-8' -" Enable all mouse features -set mouse=a - " Enable visually highlighting listchars set list " Non breaking space: @@ -36,6 +33,9 @@ endif " Don't add 2 spaces after end of sentence set nojoinspaces +" Enable all mouse features +set mouse=a + " TODO: spellcapcheck " TODO: virtualedit=block " TODO: whichwrap=b,h,l,s,<,>,[,],~