From 2501f0b8a493b7d6cc5699e182e0c3d5597e5775 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sat, 15 Mar 2025 12:33:09 -0300 Subject: [PATCH] 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). --- modules/neovim/lua/lazy_setup.lua | 7 ------- modules/neovim/lua/plugins/nvim-ufo.lua | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/neovim/lua/lazy_setup.lua b/modules/neovim/lua/lazy_setup.lua index 4294456..2abb3b7 100644 --- a/modules/neovim/lua/lazy_setup.lua +++ b/modules/neovim/lua/lazy_setup.lua @@ -28,11 +28,4 @@ require("lazy").setup({ }, }, }, - dev = { - path = "/mnt/internal/repos", - patterns = { - "nvim-ufo", - "nix-store.nvim", - }, - }, } --[[@as LazyConfig]]) diff --git a/modules/neovim/lua/plugins/nvim-ufo.lua b/modules/neovim/lua/plugins/nvim-ufo.lua index a72804a..72fdaf8 100644 --- a/modules/neovim/lua/plugins/nvim-ufo.lua +++ b/modules/neovim/lua/plugins/nvim-ufo.lua @@ -1,6 +1,6 @@ ---@type LazySpec return { - "kevinhwang91/nvim-ufo", + "wizardlink/nvim-ufo", opts = { provider_selector = function(_, filetype, _) ---@type table