commit 09e2825903b3de508559cbee1aeaa40a73323113
parent 6a423c5b43f80ad11216b18fd98a215c1ff57a39
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 25 Apr 2019 12:28:03 +0200
Moved 'syntax on' line as instructed by vim
Former-commit-id: f867fbb7fb0a9fcef491a26c1c56a16ef8ecac53
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/vim/editor.vimrc b/vim/editor.vimrc
@@ -1,8 +1,4 @@
"====== EDITING PREFERENCES ======"
-" Syntax highlighting
-syntax on
-
-
" In general, don't want anything concealed
if has('conceallevel')
set conceallevel=0
@@ -44,6 +40,9 @@ set copyindent " smart indent based on file
set autoindent
filetype plugin indent on
+" Syntax highlighting
+syntax on
+
" Folding on indentation
set foldmethod=indent
set foldlevelstart=5 " start with up to 5 levels open