about summary refs log tree commit diff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorMcSinyx <vn.mcsinyx@gmail.com>2016-06-06 10:00:02 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:43:50 +0700
commit46ed9cd0144e4ae7dfb677f9866c200c26614394 (patch)
treedcac1d48f052b96a66efbdf2afb5128f2e5d4671 /vim/.vimrc
parent25b5afef81a0901f211cda5132c97df3ae88c419 (diff)
downloaddotfiles-46ed9cd0144e4ae7dfb677f9866c200c26614394.tar.gz
Add ctags
Diffstat (limited to 'vim/.vimrc')
-rwxr-xr-xvim/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index d68740b..b7dddfb 100755
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -15,6 +15,7 @@ set tabstop=8 expandtab shiftwidth=4 softtabstop=4 smarttab
 set notimeout
 set imdisable
 set omnifunc=syntaxcomplete#Complete
+set tags+=~/.vim/systags
 set dictionary=/usr/share/dict/words
 syntax keyword pythonBoolean False True None
 autocmd BufNewFile,BufRead *.PAS set filetype=pascal