vim: Remove vim-toml

As of Neovim 0.6 and Vim 8.2.3519, vim-toml is now included in the
vanilla software, so using this plugin is no longer necessary.
This commit is contained in:
Donovan Glover 2022-07-29 09:54:43 -04:00
parent 49579a2ab2
commit ebc3d2440e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -38,7 +38,6 @@ call plug#begin('~/.vim/plugged')
Plug 'rhysd/vim-crystal', {'for': 'crystal'}
Plug 'rust-lang/rust.vim', {'for': 'rust'}
Plug 'baskerville/vim-sxhkdrc', {'for': 'sxhkdrc'}
Plug 'cespare/vim-toml', {'for': 'toml'}
Plug 'dag/vim-fish', {'for': 'fish'}
Plug 'slim-template/vim-slim', {'for': 'slim'}
Plug 'Glench/Vim-Jinja2-Syntax', {'for': 'jinja2'}