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
2 changed files with 1 additions and 8 deletions
|
@ -28,11 +28,4 @@ require("lazy").setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
dev = {
|
||||
path = "/mnt/internal/repos",
|
||||
patterns = {
|
||||
"nvim-ufo",
|
||||
"nix-store.nvim",
|
||||
},
|
||||
},
|
||||
} --[[@as LazyConfig]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue