mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
update vimrc with indent and syntax stuff
This commit is contained in:
parent
5ab3ac59f8
commit
3b1574a14c
1 changed files with 7 additions and 1 deletions
|
@ -22,4 +22,10 @@ else
|
|||
map <C-j> <C-w>j
|
||||
map <C-k> <C-w>k
|
||||
map <C-l> <C-w>l
|
||||
endif
|
||||
endif
|
||||
|
||||
" coding preferences
|
||||
syntax on
|
||||
set noautoindent smarttab ts=2 sw=2
|
||||
set showmatch
|
||||
set ruler
|
||||
|
|
Loading…
Reference in a new issue