mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-28 13:47:53 +02:00
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:
parent
49579a2ab2
commit
ebc3d2440e
@ -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'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user