fix(neovim)!: remove lazy.nvim dev options and change nvim-ufo url

This was bad, it relies on a path only one of my machines has access to.

Updated `nvim-ufo` to use my fork until my merge is accepted (or not).
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-15 12:33:09 -03:00
parent 7f47e25e05
commit 2501f0b8a4
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 1 additions and 8 deletions

View file

@ -28,11 +28,4 @@ require("lazy").setup({
},
},
},
dev = {
path = "/mnt/internal/repos",
patterns = {
"nvim-ufo",
"nix-store.nvim",
},
},
} --[[@as LazyConfig]])

View file

@ -1,6 +1,6 @@
---@type LazySpec
return {
"kevinhwang91/nvim-ufo",
"wizardlink/nvim-ufo",
opts = {
provider_selector = function(_, filetype, _)
---@type table<string, UfoProviderEnum | UfoProviderEnum[]>