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