summaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-10-30 13:48:17 +0000
committerUrbain Vaes <urbain@vaes.uk>2015-10-30 13:48:17 +0000
commit54fc25964ed2bc65a2ffcbf0dafef2bfef3537a0 (patch)
treedcb5ee54b6fddb1aea3de53374c4c6bad03aa9ea /.vim/vimrc
parent7c5a3f29d42c3035b0af4de3351b24c0dc711bd7 (diff)
Add various changes
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index d09a6c6..1c814fd 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -23,11 +23,13 @@ Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'scrooloose/syntastic'
Plug 'SirVer/ultisnips'
Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' }
+Plug 'stephpy/vim-yaml'
Plug 'terryma/vim-multiple-cursors'
Plug 'tomasr/molokai'
Plug 'tommcdo/vim-exchange'
Plug 'ton/vim-bufsurf'
Plug 'tpope/vim-commentary'
+Plug 'tpope/vim-dispatch'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-obsession'
Plug 'tpope/vim-repeat'
@@ -256,14 +258,12 @@ if has("nvim")
tnoremap <C-_> <C-\><C-n><C-^>:ZoomWinTabOut<cr>
nnoremap <C-_> :ZoomWinTabIn<cr>:b term<cr>i
inoremap <C-_> <Esc>:b term<cr>i
- nnoremap ym :Neomake!<cr>
endif
"" Restore cursor position
augroup vimrc
au!
autocmd BufWritePost *vimrc source %
- autocmd BufWritePost *.cpp Neomake!
autocmd BufReadPost *
\ if line("'\"") > 1 && line("'\"") <= line("$") |
\ exe "normal! g`\"" |