Merge pull request #1458 from midischwarz12/fix-duplicate-fzf-lua

leetcode: avoid duplicate fzf-lua
This commit is contained in:
Ching Pei Yang 2026-03-24 17:45:47 +01:00 committed by GitHub
commit 7957115983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -64,6 +64,10 @@
- Changed the prettier-plugin-astro build to use `writableTmpDirAsHomeHook` to
avoid pnpm hook failures in sandboxed builds.
- Fix `vim.utility.leetcode-nvim` adding `fzf-lua` to `vim.startPlugins` when
`vim.fzf-lua` already manages the plugin lazily, avoiding duplicate `/start`
and `/opt` installs and the corresponding `mnw` evaluation warning.
[taylrfnt](https://github.com/taylrfnt)
- Introduce a `darwinModule` option for Darwin users. The ergonomics of

View file

@ -11,7 +11,6 @@ in {
vim = {
startPlugins = [
"plenary-nvim"
"fzf-lua"
"nui-nvim"
];