From 8bf037c0015e076dee898d99b7bf75a0e7276e5a Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 16 Mar 2026 22:02:17 -0400 Subject: neovim: preliminarily replaced fzf-lua with mini.pick --- pkgs/custom-neovim/.luarc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/custom-neovim/.luarc.json') diff --git a/pkgs/custom-neovim/.luarc.json b/pkgs/custom-neovim/.luarc.json index 89999a9..ae02006 100644 --- a/pkgs/custom-neovim/.luarc.json +++ b/pkgs/custom-neovim/.luarc.json @@ -15,7 +15,7 @@ ] }, "diagnostics": { - "globals": ["vim"] + "globals": ["vim", "MiniFiles", "MiniPick"] }, "telemetry": { "enable": false -- cgit v1.2.3