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:
midischwarz12 2026-03-17 16:14:23 -05:00 committed by Ching Pei Yang
commit 0e50bc857a
2 changed files with 4 additions and 1 deletions

View file

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