Remove commented YouCompleteMe autocmd

This commit is contained in:
flyingscorpio@pinebookpro 2021-08-22 09:32:03 +02:00
parent 1aecc63e8d
commit a209e8071e

View file

@ -204,7 +204,6 @@ augroup configgroup
autocmd BufEnter,FocusGained,InsertLeave * set relativenumber
autocmd BufLeave,FocusLost,InsertEnter * set norelativenumber
"autocmd FileType c let g:ycm_extra_conf_globlist = ['~/*']
autocmd FileType rust nnoremap <F9> :RustFmt<CR>
autocmd FileType python nnoremap <F9> :Black<CR>
autocmd FileType html,htmldjango,python,tex,plaintex,yaml setlocal foldmethod=indent