Skip to content

Commit 3822d5a

Browse files
author
Huitse Tai
committed
add golang support
1 parent 47e02a1 commit 3822d5a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "bundle/rust.vim"]
88
path = bundle/rust.vim
99
url = git@github.com:rust-lang/rust.vim.git
10+
[submodule "bundle/vim-go"]
11+
path = bundle/vim-go
12+
url = git@github.com:fatih/vim-go.git

_vimrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ set hls
1111

1212
"set foldlevel=99
1313

14+
set tags=./tags;,./gotags;
15+
1416
nmap <F8> :TagbarToggle<CR>
1517
1618
let g:syntastic_mode_map = { 'mode': 'passive' }

bundle/vim-go

Submodule vim-go added at 9ebbbb5

0 commit comments

Comments
 (0)