diff --git a/plugin/settings.vim b/plugin/settings.vim index b1307ba..4c193cd 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -30,12 +30,6 @@ if has('linebreak') set highlight+=@:SpecialKey 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,<,>,[,],~ @@ -105,6 +99,12 @@ endif " Automatically write changes to files set autowrite +" Don't add 2 spaces after end of sentence +set nojoinspaces + +" Enable all mouse features +set mouse=a + " Format text " r - insert comment leader on 'o' and 'O' " q - allow formatting with 'gq'