add vim surround plugin
This commit is contained in:
parent
e8f966e608
commit
5ca98ba9ed
1 changed files with 6 additions and 3 deletions
9
.vimrc
9
.vimrc
|
@ -38,6 +38,9 @@ Plugin 'scrooloose/nerdtree'
|
||||||
" git
|
" git
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
|
|
||||||
|
" surround blocks
|
||||||
|
Plugin 'tpope/vim-surround'
|
||||||
|
|
||||||
" latex
|
" latex
|
||||||
Plugin 'lervag/vimtex'
|
Plugin 'lervag/vimtex'
|
||||||
|
|
||||||
|
@ -91,9 +94,9 @@ nnoremap <leader>f za
|
||||||
let g:SimpylFold_docstring_preview=1
|
let g:SimpylFold_docstring_preview=1
|
||||||
" html css js indents
|
" html css js indents
|
||||||
au BufNewFile,BufRead *.js, *.html, *.css
|
au BufNewFile,BufRead *.js, *.html, *.css
|
||||||
\ set tabstop=2 |
|
\ set tabstop=4 |
|
||||||
\ set softtabstop=2 |
|
\ set softtabstop=4 |
|
||||||
\ set shiftwidth=2
|
\ set shiftwidth=4
|
||||||
|
|
||||||
" you complete me setup
|
" you complete me setup
|
||||||
let g:ycm_autoclose_preview_window_after_completion=1
|
let g:ycm_autoclose_preview_window_after_completion=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue