mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-06 02:49:33 +00:00
leetcode: avoid duplicate fzf-lua
Fixes the following evaluation warning: > evaluation warning: mnw: both startAttrs."fzf-lua" and optAttrs."fzf-lua" are defined and not null > This will cause the plugin to be installed under /opt and /start.
This commit is contained in:
parent
c4d49801eb
commit
0e50bc857a
2 changed files with 4 additions and 1 deletions
|
|
@ -64,6 +64,10 @@
|
||||||
- Changed the prettier-plugin-astro build to use `writableTmpDirAsHomeHook` to
|
- Changed the prettier-plugin-astro build to use `writableTmpDirAsHomeHook` to
|
||||||
avoid pnpm hook failures in sandboxed builds.
|
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)
|
[taylrfnt](https://github.com/taylrfnt)
|
||||||
|
|
||||||
- Introduce a `darwinModule` option for Darwin users. The ergonomics of
|
- Introduce a `darwinModule` option for Darwin users. The ergonomics of
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ in {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = [
|
startPlugins = [
|
||||||
"plenary-nvim"
|
"plenary-nvim"
|
||||||
"fzf-lua"
|
|
||||||
"nui-nvim"
|
"nui-nvim"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue