We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e02a1 commit 3822d5aCopy full SHA for 3822d5a
.gitmodules
@@ -7,3 +7,6 @@
7
[submodule "bundle/rust.vim"]
8
path = bundle/rust.vim
9
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
@@ -11,6 +11,8 @@ set hls
"set foldlevel=99
13
14
+set tags=./tags;,./gotags;
15
+
16
nmap <F8> :TagbarToggle<CR>
17
18
let g:syntastic_mode_map = { 'mode': 'passive' }
bundle/vim-go
0 commit comments