adding texlab to ycm

This commit is contained in:
Debucquoy 2023-11-02 11:52:44 +01:00
parent 7f78647c46
commit aa79a6d024
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -74,6 +74,13 @@ let g:cpp_attributes_highlight = 1
let g:ycm_always_populate_location_list = 1
let g:ycm_goto_buffer_command = "'split-or-existing-window'"
let g:ycm_java_binary_path = "/usr/lib/jvm/java-17-openjdk/bin/java"
let g:ycm_language_server = [
\ {
\ 'name': 'tex',
\ 'cmdline': ['texlab'],
\ 'filetype' : ['tex']
\ }
\ ]
" let g:completor_clang_binary = "/usr/bin/clang"
"fold with space