nvim: Remove fzf-lua version adherence
Fzf-lua is unfortunately not released in versioned updates, which means following the main branch instead of any versioned tags.
This commit is contained in:
parent
8f15fb404a
commit
688a001e01
2 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"flash.nvim": { "branch": "main", "commit": "ec0bf2842189f65f60fd40bf3557cac1029cc932" },
|
||||
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||
"fwatch.nvim": { "branch": "main", "commit": "a691f7349dc66285cd75a1a698dd28bca45f2bf8" },
|
||||
"fzf-lua": { "branch": "main", "commit": "47b85a25c0c0b2c20b4e75199ed01bb71e7814f5" },
|
||||
"fzf-lua": { "branch": "main", "commit": "c53ba4f40f0514a5038646fb1e9ce05872b18eb1" },
|
||||
"git-conflict.nvim": { "branch": "main", "commit": "4bbfdd92d547d2862a75b4e80afaf30e73f7bbb4" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
|
||||
"glance.nvim": { "branch": "master", "commit": "bf86d8b79dce808e65fdb6e9269d0b4ed6d2eefc" },
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ return { -- file/item pickers and managers
|
|||
{ "MagicDuck/grug-far.nvim", opts = {}, cmd = "GrugFar" },
|
||||
{
|
||||
"ibhagwan/fzf-lua",
|
||||
version = false,
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
init = function()
|
||||
if require("core.util").is_available("which-key") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue