[nvim] Disable PEP 8, misc changes to YCM settings
This commit is contained in:
parent
8e16b4b8b3
commit
fe22474b72
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue