diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-04-04 16:49:52 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:28 +0100 |
commit | e6f37642f010daf2ba5e712338d0aded564e8081 (patch) | |
tree | 97ade445058601eccf6bad88ebcbee622a0417d2 | |
parent | 99cf76d102daf1239b3ffe135c1fdc6b878b133e (diff) | |
download | dotnvim-e6f37642f010daf2ba5e712338d0aded564e8081.tar.gz dotnvim-e6f37642f010daf2ba5e712338d0aded564e8081.zip |
Use defaults, trying gtags
-rw-r--r-- | vimrc | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -58,14 +58,6 @@ noremap <C-F6> :SyntasticCheck<CR> "" vim-autoformat noremap <C-F5> :Autoformat<CR> -"" gen_tags.vim -" only ctags -let g:loaded_gentags#gtags = 1 -" auto please -let g:gen_tags#ctags_auto_gen = 1 -" build tags -map <C-F12> :GenCtags<CR> - " enable omnicompletion set omnifunc=syntaxcomplete#Complete |