diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-16 22:02:17 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-16 22:02:17 -0400 |
| commit | 8bf037c0015e076dee898d99b7bf75a0e7276e5a (patch) | |
| tree | d679359150c44a20554e36e7327c63f1fc64e45e /pkgs/custom-neovim/.luarc.json | |
| parent | a6da21fb9d7ddcb758b281b18df90c49a916c8fa (diff) | |
neovim: preliminarily replaced fzf-lua with mini.pick
Diffstat (limited to 'pkgs/custom-neovim/.luarc.json')
| -rw-r--r-- | pkgs/custom-neovim/.luarc.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
