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:
parent
efe1a48dce
commit
113eaa46f8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user