dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit c50208cd2323fd72d04a1502f608e856cb422b27 (tree)
parent a9aa1c8397b2ac37f478bbcba51491714467254b
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Mon, 15 Mar 2021 11:59:15 +0200

vimrc tuning

Diffstat:
Mvim/.vim/vimrc | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc @@ -10,8 +10,9 @@ let g:gutentags_generate_on_new = 0 let g:gutentags_cache_dir = '~/.vim/ctags' let b:gutentags_file_list_command = 'git ls-files' +call matchadd('ColorColumn', '\%80v', 100) " thanks to drew de vault -set cc=80 +set mouse=a set backupdir=~/.cache directory=~/.cache nnoremap Q <Nop> @@ -75,7 +76,7 @@ au FileType yaml set ts=2 sw=2 au FileType sql setlocal formatprg=pg_format\ - au FileType sql set ts=2 sw=2 sws=2 let g:loaded_sql_completion = 0 -let g:ftplugin_sql_omni_key = '<Plug>DisableSqlOmni' +let g:omni_sql_no_default_maps = 1 " mail autocmd BufRead,BufNewFile *mutt-* setfiletype mail