aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-04-02 17:42:48 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commit99cf76d102daf1239b3ffe135c1fdc6b878b133e (patch)
treedab2cb6b58222a17ec7edb45f2684b3bb76bdb82
parent90de8f25969caa2871c37a54bade7e5ada63ba17 (diff)
downloaddotnvim-99cf76d102daf1239b3ffe135c1fdc6b878b133e.tar.gz
dotnvim-99cf76d102daf1239b3ffe135c1fdc6b878b133e.zip
Too fast, can't read it :)
-rw-r--r--vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 332ecb2..8e62f63 100644
--- a/vimrc
+++ b/vimrc
@@ -58,12 +58,11 @@ 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
-" some info
-let g:gen_tags#statusline = 1
" build tags
map <C-F12> :GenCtags<CR>