diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-22 17:30:51 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-22 17:30:51 +0100 |
commit | 632fee85edb6200291f03093f3240a64e5575b12 (patch) | |
tree | c4b4a105935f6dc58da87cae06a6c6f431c5f34c | |
parent | 8c68ea90161e99169994e252099685f39828a8c7 (diff) |
Making clear that YCM is disabled
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |