From 46ed9cd0144e4ae7dfb677f9866c200c26614394 Mon Sep 17 00:00:00 2001 From: McSinyx Date: Mon, 6 Jun 2016 10:00:02 +0700 Subject: Add ctags --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/.vimrc') 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 -- cgit 1.4.1