adding texlab to ycm
This commit is contained in:
parent
7f78647c46
commit
aa79a6d024
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user