diff --git a/vim/.vim/prefs/google.vim b/vim/.vim/prefs/google.vim index de47071..bc3555b 100644 --- a/vim/.vim/prefs/google.vim +++ b/vim/.vim/prefs/google.vim @@ -4,6 +4,8 @@ source /usr/share/vim/google/core.vim Plug 'vim-scripts/vcscommand.vim' Plug 'sso://googler@user/piloto/cmp-nvim-ciderlsp' +let g:VCSCommandDisableMappings = 1 + let g:signify_skip_filename_pattern = ['\.pipertmp.*'] Glug alert diff --git a/vim/.vimrc b/vim/.vimrc index e83d170..7f94721 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -160,3 +160,6 @@ function! GenerateUnicode(first, last) $put =c endwhile endfunction + +set colorcolumn=80 +set mouse=