Remove rust plugin

This commit is contained in:
2021-11-12 14:36:18 +03:00
parent 7d6ccad31e
commit bdbb3fc7eb
2 changed files with 0 additions and 3 deletions

View File

@@ -21,5 +21,3 @@ let g:closetag_regions = {
\ } \ }
let g:ctrlp_custom_ignore = '\v[\/](\.git|node_modules|dist|build)$' let g:ctrlp_custom_ignore = '\v[\/](\.git|node_modules|dist|build)$'
let g:rustfmt_autosave = 1

View File

@@ -24,6 +24,5 @@ Plug 'nvim-lua/plenary.nvim'
Plug 'caenrique/nvim-toggle-terminal' Plug 'caenrique/nvim-toggle-terminal'
Plug 'nvim-telescope/telescope.nvim' Plug 'nvim-telescope/telescope.nvim'
Plug 'ctrlpvim/ctrlp.vim' Plug 'ctrlpvim/ctrlp.vim'
Plug 'rust-lang/rust.vim'
call plug#end() call plug#end()