update vimrc

This commit is contained in:
Shadowfacts 2021-10-29 21:43:31 -04:00
parent c074e00988
commit 401ab6964b
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set guifont=SF\ Mono:h13
set linespace=3
if has("gui_macvim")
macmenu &File.Open\.\.\. key=<nop>
macmenu File.Open key=<nop>
nnoremap <D-o> :Files<CR>
endif

3
.vimrc
View File

@ -31,6 +31,7 @@ Plug 'airblade/vim-gitgutter'
" Plug 'vim-airline/vim-airline'
Plug 'rhysd/vim-crystal'
Plug 'dag/vim-fish'
Plug 'rust-lang/rust.vim'
" call vundle#end()
call plug#end()
@ -125,6 +126,8 @@ function! NERDCommenter_after()
endif
endfunction
let g:rustfmt_autosave = 1
" example configuration for coc.nvim
" if hidden is not set, TextEdit might fail.