From 873ab48200ed4f74f0343a178bb9d28e8b730bcc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 28 Oct 2017 02:54:19 -0400 Subject: more reorganization --- vimrc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index aa8e553..3f1f785 100644 --- a/vimrc +++ b/vimrc @@ -1,10 +1,4 @@ " options {{{ -" general {{{ -set nocompatible -filetype indent plugin on -syntax on -set modeline " some systems disable this by default -" }}} " persistence {{{ set history=10000 if has("persistent_undo") @@ -64,6 +58,7 @@ set visualbell " }}} " colors {{{ " general {{{ +syntax on set background=light set t_Co=256 " }}} @@ -154,6 +149,9 @@ nnoremap :bd " }}} " }}} " plugin configuration {{{ +" general {{{ +filetype indent plugin on +" }}} " ale {{{ let g:ale_lint_on_text_changed = 'normal' let g:ale_lint_on_insert_leave = 1 -- cgit v1.2.3-54-g00ecf