Include my .vimrc
This commit is contained in:
9
root/.vimrc
Normal file
9
root/.vimrc
Normal file
@ -0,0 +1,9 @@
|
||||
set nocompatible
|
||||
filetype on
|
||||
set ignorecase
|
||||
set smartcase
|
||||
set incsearch
|
||||
syntax on
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
Reference in New Issue
Block a user