From 87d78f9c7a5ed8dd714c6ed03bcd5d7dd3289230 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 5 Dec 2017 21:29:19 +0000 Subject: [PATCH] Move relevant settings closer together --- plugin/settings.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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'