From 113eaa46f897de5f672b22acccb10b39c6f3d3de Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 7 Sep 2021 23:14:46 +0800 Subject: [PATCH] vim-toml use main branch as default --- lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index f27a3c2..9741221 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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