From 249fb63774e8055cc69d49db7054e0be59046736 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Thu, 20 Dec 2018 16:24:39 -0800 Subject: [PATCH] bug fixes --- cookbooks/vim/files/vimrc.local.conf | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/cookbooks/vim/files/vimrc.local.conf b/cookbooks/vim/files/vimrc.local.conf index c46f4525..39cb36cf 100644 --- a/cookbooks/vim/files/vimrc.local.conf +++ b/cookbooks/vim/files/vimrc.local.conf @@ -1,24 +1,28 @@ -" Colors +"""""""""" +" Colors " +"""""""""" colorscheme koehler set background=dark syntax enable -" Commands - -com! FormatJSON %!python -m json.tool - -" Files +""""""""" +" Files " +""""""""" set nobackup set noswapfile set nowb -" General +""""""""""" +" General " +""""""""""" set autoread -" Interface +""""""""""""" +" Interface " +""""""""""""" set hlsearch set ignorecase @@ -30,7 +34,9 @@ set showmatch set smartcase set wildmenu -" Tabs +"""""""" +" Tabs " +"""""""" set expandtab set shiftwidth=4