[nvim] Disable PEP 8, misc changes to YCM settings

This commit is contained in:
M1dgard 2018-11-04 00:22:01 +01:00
parent 8e16b4b8b3
commit fe22474b72
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -275,7 +275,7 @@ let g:haskell_enable_static_pointers=1
" -----------
" Fuck PEP 8, tabs are better
"let g:python_recommended_style = 0
let g:python_recommended_style = 0
" Rust {{{2
" ---------
@ -377,10 +377,9 @@ let g:wildfire_objects = ["iw", "i'", "i`", 'i"', "i)", "i]", "i}", "ip", "it"]
" YouCompleteMe {{{2
" ------------------
"noremap <leader>g :YcmCompleter GoToImprecise<CR>
noremap <leader>g :YcmCompleter GoTo<CR>
noremap <leader>g <esc>:YcmCompleter GoTo<CR>
noremap <M-CR> <esc>:YcmCompleter FixIt<CR>
let g:ycm_error_symbol='!>'
let g:ycm_warning_symbol='-'
let g:ycm_enable_diagnostic_highlighting=0
let g:ycm_complete_in_comments=1