Add toml and yaml language support plugins

writing
Nick Zana 3 years ago
parent 5dc43ec4b9
commit 599491664e
No known key found for this signature in database
GPG Key ID: A6E59E60FE474883

@ -33,6 +33,8 @@ local plugins = require('packer').startup(function(use)
-- Language Specfic
use 'rust-lang/rust.vim'
use 'cespare/vim-toml'
use 'stephpy/vim-yaml'
if packer_bootstrap then
require('packer').sync()

Loading…
Cancel
Save