diff --git a/vimrc b/vimrc index f6bb491..500b775 100644 --- a/vimrc +++ b/vimrc @@ -168,6 +168,8 @@ let g:go_info_mode='gopls' let g:rustfmt_autosave = 1 " ALE configuration: +" Note: needs https://github.com/dense-analysis/ale/issues/3373 +" to avoid "json decode error" during deoplete resolution. set omnifunc=ale#completion#OmniFunc function SymbolSearch() call inputsave() diff --git a/zshrc b/zshrc index ea6356e..e69ad53 100644 --- a/zshrc +++ b/zshrc @@ -130,8 +130,8 @@ git config --global alias.br branch alias sysc="systemctl" alias hib="sudo systemctl hibernate" alias dcd="docker-compose -f docker-compose.yml -f docker-compose.development.yml" -alias tmkp="tmux kill-pane" -alias tmkw="tmux kill-window" +alias tkp="tmux kill-pane" +alias tkw="tmux kill-window" alias updatevimplugins="cd $HOME/.vim/pack/git-plugins && find -maxdepth 2 -type d | xargs -I{} bash -c 'cd {} ; git pull --rebase' ; cd -" # recursive grep with line numbers and colour, ignoring binary files: