vimrc: YCM only if python3 enabled

This commit is contained in:
2023-05-17 11:29:50 +02:00
parent 144ea8b936
commit 5b12de7672
5 changed files with 24 additions and 8 deletions

5
.vimrc
View File

@@ -36,6 +36,7 @@ if filereadable(expand(vundle_dir) . "/README.md")
Plugin 'tell-k/vim-autopep8'
Plugin 'jpalardy/vim-slime'
Plugin 'preservim/tagbar'
Plugin 'wellle/context.vim'
call vundle#end() " required
else
@@ -343,6 +344,10 @@ nmap <F2> :NERDTreeToggle<CR>
nmap <F3> :NERDTreeFind<CR>
map <F5> :call CurtineIncSw()<CR>
let g:context_enabled = 0
map <F6> :ContextToggle<CR>
map cp :ContextPeek<CR>
" Julialang
let g:latex_to_unicode_auto = 1