[vim] Fixate python

This commit is contained in:
Fabian Ising
2024-12-20 11:33:13 +01:00
committed by fabian.ising@sit.fraunhofer.de
parent 87d85a4e34
commit 3b2089d4c6

View File

@@ -203,7 +203,7 @@ nmap <C-]> <C-w><C-]><C-w>T
let g:ycm_collect_identifiers_from_tags_files = 1 " Read from tag files
let g:ycm_global_ycm_extra_conf = '~/.config/nvim/.ycm_extra_conf.py' " Standard conf
let g:ycm_enable_diagnostic_signs = 0 " Do not show semantic error bar
let g:ycm_server_python_interpreter = 'python3'
let g:ycm_server_python_interpreter = '/usr/local/bin/python3'
let g:ycm_key_list_select_completion = ['<C-j>', '<C-n>', '<Down>']
let g:ycm_key_list_previous_completion = ['<C-k>', '<C-p>', '<Up>']