aboutsummaryrefslogtreecommitdiffstats
path: root/projects/aodocs.vim
diff options
context:
space:
mode:
authorTeddy Wing2019-05-10 23:31:24 +0200
committerTeddy Wing2019-05-10 23:31:24 +0200
commit48be5ac029498e85ec60e32688779ed4d4971e47 (patch)
tree370ca0ae567c1635cdf6eae6d3a91c6ee2ca4343 /projects/aodocs.vim
parent577b9e0f6f55b661edede1eb072c8576014afec9 (diff)
downloaddotvim-48be5ac029498e85ec60e32688779ed4d4971e47.tar.bz2
Set `GoGuruScope` in AODocs UFO project
To enable `:GoCallers` by telling it to search in the root package.
Diffstat (limited to 'projects/aodocs.vim')
-rw-r--r--projects/aodocs.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/aodocs.vim b/projects/aodocs.vim
new file mode 100644
index 0000000..bf30149
--- /dev/null
+++ b/projects/aodocs.vim
@@ -0,0 +1,6 @@
+augroup AODocs
+ autocmd!
+
+ autocmd BufRead $VIM_PROJECT_PATH_AODOCS_GO/ufo-client/client/*.go
+ \ silent GoGuruScope github.com/Revevol-Apps/ufo-client/client
+augroup END