diff --git a/.config/vim/vimrc.d/25-coc.vim b/.config/vim/vimrc.d/25-coc.vim index 887a31c..24e53a3 100644 --- a/.config/vim/vimrc.d/25-coc.vim +++ b/.config/vim/vimrc.d/25-coc.vim @@ -6,10 +6,6 @@ if !exists('g:did_coc_loaded') finish endif -" Some servers have issues with backup files, see #649. -set nobackup -set nowritebackup - " Always show the signcolumn, otherwise it would shift the text each time " diagnostics appear/become resolved. set signcolumn=yes