First commit of some current dotfiles
This commit is contained in:
parent
6a6ffcc322
commit
e9c52b31ba
78 changed files with 26270 additions and 0 deletions
21
vimrc
Normal file
21
vimrc
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
filetype plugin on
|
||||
filetype indent on
|
||||
|
||||
syntax enable
|
||||
|
||||
set autoindent
|
||||
set smartindent
|
||||
|
||||
set expandtab
|
||||
set smarttab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
|
||||
set autoread
|
||||
set showmatch
|
||||
set mat=2
|
||||
set ruler
|
||||
set nohls
|
||||
set incsearch
|
||||
|
||||
au BufNewFile,BufRead *.less set filetype=less
|
||||
Loading…
Add table
Add a link
Reference in a new issue