From 395f8d32166d598f2899cc388948d5d9a6824c9b Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 4 Aug 2017 14:11:45 +0200 Subject: Started using smartindent to better match coding style --- vimrc-full | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vimrc-full b/vimrc-full index 07166cb..37d5ea8 100644 --- a/vimrc-full +++ b/vimrc-full @@ -26,7 +26,6 @@ set nocursorcolumn | " turn visual cursor column off (improves perfor set nrformats+=alpha | " allows CTRL-A & CTRL-X to increment and decrement letters, not just numbers set nofoldenable | " disable folding, because we have zi to toggle foldenable :) set exrc | " enable exrc, a specific .exrc per project, which can contain usual .vimrc commands -set noequalalways | " do not evenly size windows when opening new or closing old set foldmethod=syntax | " foldlevel: syntax, indent, manual set foldcolumn=0 | " I think I don't need this second indicator set foldclose=all | " automatically fold, when the cursor leaves the folded area @@ -65,6 +64,11 @@ set virtualedit=all | " virtual edit should be default behaviour, beca set writedelay=0 set wildmenu | " use a menu in the command line set wildmode=longest:full | " do not preselect any entry and show all possible + +set nocindent smartindent | " use smart indent rather then cindent +set noshiftround | " indent/unindent sna=ps to multiple of shiftwidths +set equalalways | " do not evenly size windows when opening new or closing old +set nocursorline | " turn visual cursor line off (improves performance) "======================================================================================================================= " START: LOADING PLUGINS -- cgit v1.2.3