mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
vimrc: remove no-longer required YCM python fix
This commit is contained in:
parent
4030a8954a
commit
74c3f7336f
3
.vimrc
3
.vimrc
@ -67,9 +67,6 @@ call vundle#end()
|
|||||||
|
|
||||||
set omnifunc=syntaxcomplete#Complete
|
set omnifunc=syntaxcomplete#Complete
|
||||||
|
|
||||||
" YouCompleteMe python fix
|
|
||||||
let g:ycm_server_python_interpreter = '/usr/bin/python3'
|
|
||||||
|
|
||||||
" Vim-Airline config
|
" Vim-Airline config
|
||||||
let g:Powerline_symbols = 'fancy'
|
let g:Powerline_symbols = 'fancy'
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user