Remove commented YouCompleteMe autocmd
This commit is contained in:
parent
1aecc63e8d
commit
a209e8071e
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ augroup configgroup
|
||||||
autocmd BufEnter,FocusGained,InsertLeave * set relativenumber
|
autocmd BufEnter,FocusGained,InsertLeave * set relativenumber
|
||||||
autocmd BufLeave,FocusLost,InsertEnter * set norelativenumber
|
autocmd BufLeave,FocusLost,InsertEnter * set norelativenumber
|
||||||
|
|
||||||
"autocmd FileType c let g:ycm_extra_conf_globlist = ['~/*']
|
|
||||||
autocmd FileType rust nnoremap <F9> :RustFmt<CR>
|
autocmd FileType rust nnoremap <F9> :RustFmt<CR>
|
||||||
autocmd FileType python nnoremap <F9> :Black<CR>
|
autocmd FileType python nnoremap <F9> :Black<CR>
|
||||||
autocmd FileType html,htmldjango,python,tex,plaintex,yaml setlocal foldmethod=indent
|
autocmd FileType html,htmldjango,python,tex,plaintex,yaml setlocal foldmethod=indent
|
||||||
|
|
Loading…
Add table
Reference in a new issue