Add vim-rustfmt

This commit is contained in:
Yash Karandikar 2022-04-09 14:46:39 -05:00
parent f2f5d7207a
commit a81d082d9a
Signed by: karx
GPG key ID: A794DA2529474BA5

1
.vimrc
View file

@ -19,6 +19,7 @@ call plug#begin()
Plug 'ycm-core/YouCompleteMe'
Plug 'preservim/nerdtree'
Plug 'ryanoasis/vim-devicons'
Plug 'alx741/vim-rustfmt'
call plug#end()
" Keybindings for tab management