1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

vim-toml use main branch as default

This commit is contained in:
jdhao 2021-09-07 23:14:46 +08:00
parent efe1a48dce
commit 113eaa46f8

View File

@ -262,7 +262,8 @@ require("packer").startup({
use({ "skywind3000/asyncrun.vim", opt = true, cmd = { "AsyncRun" } })
-- Another asynchronous plugin
-- Plug 'tpope/vim-dispatch'
use({ "cespare/vim-toml", ft = { "toml" } })
use({ "cespare/vim-toml", ft = { "toml" }, branch = "main" })
-- Edit text area in browser using nvim
if vim.g.is_win or vim.g.is_mac then