aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/cscope.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/cscope.vim')
-rw-r--r--.vim/after/plugin/cscope.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/after/plugin/cscope.vim b/.vim/after/plugin/cscope.vim
index a098e18..076101f 100644
--- a/.vim/after/plugin/cscope.vim
+++ b/.vim/after/plugin/cscope.vim
@@ -1,3 +1,7 @@
+if has('nvim')
+ finish
+endif
+
if executable('gtags-cscope')
let &csprg='gtags-cscope'
endif