From b644e8b7aded470f6474f38f9a6c4f3ae20642e3 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Fri, 2 Aug 2019 16:38:38 +0200 Subject: [PATCH] VIM: add cursorcolum to ease indentation --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 90204c4..847ea35 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -84,6 +84,7 @@ set expandtab set smarttab set shiftwidth=2 set shiftround +set cursorcolumn "set autoindent