Adding easymotion and updating vimrc
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -46,3 +46,6 @@
|
|||||||
[submodule "vim/bundle/snipmate-snippets"]
|
[submodule "vim/bundle/snipmate-snippets"]
|
||||||
path = vim/bundle/snipmate-snippets
|
path = vim/bundle/snipmate-snippets
|
||||||
url = git://github.com/honza/snipmate-snippets.git
|
url = git://github.com/honza/snipmate-snippets.git
|
||||||
|
[submodule "vim/bundle/easymotion"]
|
||||||
|
path = vim/bundle/easymotion
|
||||||
|
url = git://github.com/Lokaltog/vim-easymotion
|
||||||
|
|||||||
1
vim/bundle/easymotion
Submodule
1
vim/bundle/easymotion
Submodule
Submodule vim/bundle/easymotion added at cdecdc56f9
13
vimrc
13
vimrc
@@ -12,21 +12,18 @@ set noswapfile
|
|||||||
set undodir=~/.vim/undodir
|
set undodir=~/.vim/undodir
|
||||||
set undofile
|
set undofile
|
||||||
|
|
||||||
" filetype and plugin indentation
|
" indentation
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
set autoindent
|
||||||
|
set smartindent
|
||||||
|
|
||||||
" search
|
" search
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
set showmatch
|
set showmatch
|
||||||
|
|
||||||
syntax enable
|
" tab stops
|
||||||
|
|
||||||
set autoindent
|
|
||||||
set smartindent
|
|
||||||
|
|
||||||
" tabs
|
|
||||||
set expandtab
|
set expandtab
|
||||||
set smarttab
|
set smarttab
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
@@ -39,6 +36,8 @@ set nohls
|
|||||||
|
|
||||||
au BufNewFile,BufRead *.less set filetype=less
|
au BufNewFile,BufRead *.less set filetype=less
|
||||||
|
|
||||||
|
syntax enable
|
||||||
|
|
||||||
" solarized colors
|
" solarized colors
|
||||||
set background=dark
|
set background=dark
|
||||||
let g:solarized_termtrans=1
|
let g:solarized_termtrans=1
|
||||||
|
|||||||
Reference in New Issue
Block a user