Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Dec 21, 2018
1 parent 972d780 commit 249fb63
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions cookbooks/vim/files/vimrc.local.conf
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -30,7 +34,9 @@ set showmatch
set smartcase
set wildmenu

" Tabs
""""""""
" Tabs "
""""""""

set expandtab
set shiftwidth=4
Expand Down

0 comments on commit 249fb63

Please sign in to comment.