diff options
-rw-r--r-- | .ctags.d/go.ctags | 5 | ||||
-rw-r--r-- | .vimrc | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.ctags.d/go.ctags b/.ctags.d/go.ctags deleted file mode 100644 index bb20134..0000000 --- a/.ctags.d/go.ctags +++ /dev/null @@ -1,5 +0,0 @@ ---langdef=Go ---langmap=Go:.go ---regex-Go=/func([ \t]+\([^)]+\))?[ \t]+([a-zA-Z0-9_]+)/\2/d,func/ ---regex-Go=/var[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,var/ ---regex-Go=/type[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/d,type/ @@ -105,3 +105,7 @@ silent colorscheme onedark highlight Pmenu ctermbg=grey set exrc + +if !empty(glob('~/.vim_local')) + source ~/.vim_local +endif |