diff --git a/nvim-init.vim b/nvim-init.vim index c3e0809..ac237b0 100644 --- a/nvim-init.vim +++ b/nvim-init.vim @@ -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 g :YcmCompleter GoToImprecise -noremap g :YcmCompleter GoTo +noremap g :YcmCompleter GoTo +noremap :YcmCompleter FixIt -let g:ycm_error_symbol='!>' -let g:ycm_warning_symbol='-' let g:ycm_enable_diagnostic_highlighting=0 let g:ycm_complete_in_comments=1