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:
parent
7f47e25e05
commit
2501f0b8a4
|
@ -28,11 +28,4 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
dev = {
|
||||
path = "/mnt/internal/repos",
|
||||
patterns = {
|
||||
"nvim-ufo",
|
||||
"nix-store.nvim",
|
||||
},
|
||||
},
|
||||
} --[[@as LazyConfig]])
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---@type LazySpec
|
||||
return {
|
||||
"kevinhwang91/nvim-ufo",
|
||||
"wizardlink/nvim-ufo",
|
||||
opts = {
|
||||
provider_selector = function(_, filetype, _)
|
||||
---@type table<string, UfoProviderEnum | UfoProviderEnum[]>
|
||||
|
|
Loading…
Reference in a new issue