1
0
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:
Joe Groocock 2017-09-29 12:55:42 +01:00
parent 4030a8954a
commit 74c3f7336f
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

3
.vimrc
View File

@ -67,9 +67,6 @@ call vundle#end()
set omnifunc=syntaxcomplete#Complete
" YouCompleteMe python fix
let g:ycm_server_python_interpreter = '/usr/bin/python3'
" Vim-Airline config
let g:Powerline_symbols = 'fancy'
let g:airline_powerline_fonts = 1