aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-22 17:30:51 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-22 17:30:51 +0100
commit632fee85edb6200291f03093f3240a64e5575b12 (patch)
treec4b4a105935f6dc58da87cae06a6c6f431c5f34c
parent8c68ea90161e99169994e252099685f39828a8c7 (diff)
Making clear that YCM is disabled
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3dad014..909cf05 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -168,7 +168,7 @@ autocmd BufEnter *.html,*.slim if s:is_tailwind() |
\ setlocal omnifunc=tailwind#Complete |
\ endif
" }}}
-"" YCM {{{
+"" YCM DISABLED {{{
"" *** STARTING AND ENABLING ***
"" Don't start on start - or use show_diagnostics below
""let g:loaded_youcompleteme = 1