diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-08-13 14:31:36 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-08-13 14:31:36 +0200 |
commit | f63613682351ec610ffd8eab247aaa4a7dabe538 (patch) | |
tree | 13b3c10ee6366c4d385e49ddf1e675a3e5679336 /vim/.vimrc | |
parent | 7b62c8e5fdbaadd4d377a3edf52870fc22909c28 (diff) |
Add minor modifications
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -74,8 +74,8 @@ Plug 'urbainvaes/vim-tmux-pilot' if has("nvim") " Plug 'roxma/nvim-completion-manager' - Plug 'Shougo/deoplete.nvim', { 'do' : ':UpdateRemotePlugins' } - Plug 'autozimu/LanguageClient-neovim' + Plug 'Shougo/deoplete.nvim', { 'do' : ':UpdateRemotePlugins', 'tag' : '4.0-serial' } + " Plug 'autozimu/LanguageClient-neovim' Plug 'zchee/deoplete-jedi' Plug 'hkupty/iron.nvim' else @@ -215,7 +215,7 @@ nnoremap <silent> ,, :call remembrall#remind('n', '')<cr> nnoremap <silent> y :<c-u>call remembrall#remind('n', 'y')<cr> augroup remembrall - autocmd FileType tex nnoremap <buffer> <nowait> <expr> ,l Remembrall(',l') + autocmd FileType tex nnoremap <buffer> <silent> <nowait> <expr> ,l Remembrall(',l') augroup END " Ultisnips |