Adding easymotion and updating vimrc
This commit is contained in:
parent
caf047d818
commit
e7a25b9db1
3 changed files with 10 additions and 7 deletions
13
vimrc
13
vimrc
|
|
@ -12,21 +12,18 @@ set noswapfile
|
|||
set undodir=~/.vim/undodir
|
||||
set undofile
|
||||
|
||||
" filetype and plugin indentation
|
||||
" indentation
|
||||
filetype plugin on
|
||||
filetype indent on
|
||||
set autoindent
|
||||
set smartindent
|
||||
|
||||
" search
|
||||
set hlsearch
|
||||
set incsearch
|
||||
set showmatch
|
||||
|
||||
syntax enable
|
||||
|
||||
set autoindent
|
||||
set smartindent
|
||||
|
||||
" tabs
|
||||
" tab stops
|
||||
set expandtab
|
||||
set smarttab
|
||||
set tabstop=4
|
||||
|
|
@ -39,6 +36,8 @@ set nohls
|
|||
|
||||
au BufNewFile,BufRead *.less set filetype=less
|
||||
|
||||
syntax enable
|
||||
|
||||
" solarized colors
|
||||
set background=dark
|
||||
let g:solarized_termtrans=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue