summaryrefslogtreecommitdiff
path: root/config/ycm.vim
diff options
context:
space:
mode:
Diffstat (limited to 'config/ycm.vim')
-rw-r--r--config/ycm.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/ycm.vim b/config/ycm.vim
new file mode 100644
index 0000000..ca476c6
--- /dev/null
+++ b/config/ycm.vim
@@ -0,0 +1,4 @@
+let g:ycm_use_clangd = 0
+let $VIMHOME=expand('<sfile>:p:h:h')
+let g:ycm_global_ycm_extra_conf = expand('<sfile>:p:h:h').'/misc/ycm_conf.py'
+let g:ycm_confirm_extra_conf = 1