chore(vim): move ferret to use the main branch
This is so we can keep up with updates.
This commit is contained in:
parent
d23aa40709
commit
6da50c9bac
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ local start_plugins = {
|
||||||
["cmp-nvim-lsp"] = { url = "https://github.com/hrsh7th/cmp-nvim-lsp.git", revision = "main" },
|
["cmp-nvim-lsp"] = { url = "https://github.com/hrsh7th/cmp-nvim-lsp.git", revision = "main" },
|
||||||
["cmp-path"] = { url = "https://github.com/hrsh7th/cmp-path.git", revision = "main" },
|
["cmp-path"] = { url = "https://github.com/hrsh7th/cmp-path.git", revision = "main" },
|
||||||
["Comment.nvim"] = { url = "https://github.com/numToStr/Comment.nvim.git" },
|
["Comment.nvim"] = { url = "https://github.com/numToStr/Comment.nvim.git" },
|
||||||
["ferret"] = { url = "https://github.com/wincent/ferret.git" },
|
["ferret"] = { url = "https://github.com/wincent/ferret.git", revision = "main" },
|
||||||
["LuaSnip"] = { url = "https://github.com/L3MON4D3/LuaSnip.git" },
|
["LuaSnip"] = { url = "https://github.com/L3MON4D3/LuaSnip.git" },
|
||||||
["nvim-cmp"] = { url = "https://github.com/hrsh7th/nvim-cmp.git", revision = "main" },
|
["nvim-cmp"] = { url = "https://github.com/hrsh7th/nvim-cmp.git", revision = "main" },
|
||||||
["nvim-lint"] = { url = "https://github.com/mfussenegger/nvim-lint.git" },
|
["nvim-lint"] = { url = "https://github.com/mfussenegger/nvim-lint.git" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue