1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-26 02:28:32 +02:00

vim: add vim-toml

This commit is contained in:
bretello 2020-12-06 03:06:33 +01:00
parent 4b2b598ed1
commit b2f76856e6
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -57,6 +57,7 @@ Plug 'https://github.com/mgedmin/coverage-highlight.vim'
Plug 'https://github.com/rust-lang/rust.vim' Plug 'https://github.com/rust-lang/rust.vim'
Plug 'https://github.com/vim-scripts/nginx.vim' Plug 'https://github.com/vim-scripts/nginx.vim'
Plug 'https://github.com/plasticboy/vim-markdown' Plug 'https://github.com/plasticboy/vim-markdown'
Plug 'https://github.com/cespare/vim-toml'
Plug 'epheien/termdbg' Plug 'epheien/termdbg'