diff --git a/vim/.vim/init.vim b/vim/.vim/init.vim index b4768a0..9788137 100644 --- a/vim/.vim/init.vim +++ b/vim/.vim/init.vim @@ -8,6 +8,10 @@ set scrolloff=2 set completeopt=menuone,noinsert set clipboard=unnamedplus set noexpandtab +set encoding=utf-8 +set autoread +set shortmess+=A +set autoindent augroup FocusNumbers autocmd! @@ -15,8 +19,4 @@ augroup FocusNumbers autocmd WinLeave,BufLeave * setlocal norelativenumber augroup END -let g:polyglot_disabled = [ - 'r-lang', - 'tpp', - 'autoindent' -] +let g:polyglot_disabled = ['r-lang', 'tpp', 'autoindent', 'sensible']