codeanywhere/vim/.vimrc

15 lines
117 B
VimL
Raw Normal View History

2017-12-02 09:18:55 +00:00
filetype indent plugin on
syntax on
set autoindent
set tabstop=2
set nonumber
2018-01-30 13:41:38 +00:00
set mouse-=a
2017-12-02 09:18:55 +00:00
set encoding=utf-8