diff options
| author | jdhao <jdhao@hotmail.com> | 2021-09-07 23:14:46 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-09-07 23:14:46 +0800 |
| commit | 113eaa46f897de5f672b22acccb10b39c6f3d3de (patch) | |
| tree | f20d9b1d37da2afaf433b12b44ef3159e11ac05e /lua/plugins.lua | |
| parent | efe1a48dce1af37cc7ca07b246bf5444360d02b9 (diff) | |
vim-toml use main branch as default
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
