From 264b48ff259714217ed0c056a99d038dde872249 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 3 Dec 2018 11:52:48 +0100 Subject: Increase tmux scrollback --- vim/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index a7e17c5..1119b1f 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -172,6 +172,7 @@ if executable('pyls') let g:LanguageClient_serverCommands = { 'python': ['pyls'], } endif +let g:LanguageClient_diagnosticsEnable = 0 nnoremap lh :call LanguageClient#textDocument_hover() nnoremap ld :call LanguageClient#textDocument_definition() nnoremap lr :call LanguageClient#textDocument_rename() @@ -381,6 +382,9 @@ inoreabbrev #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype " Spell inoremap 1z=eA +" Projectionist +nnoremap ,e :E + " Unimpaired nmap co yo -- cgit v1.2.3