summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/.luarc.json
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-16 22:02:17 -0400
committertriethyl <triethylammonium@pm.me>2026-03-16 22:02:17 -0400
commit8bf037c0015e076dee898d99b7bf75a0e7276e5a (patch)
treed679359150c44a20554e36e7327c63f1fc64e45e /pkgs/custom-neovim/.luarc.json
parenta6da21fb9d7ddcb758b281b18df90c49a916c8fa (diff)
neovim: preliminarily replaced fzf-lua with mini.pick
Diffstat (limited to 'pkgs/custom-neovim/.luarc.json')
-rw-r--r--pkgs/custom-neovim/.luarc.json2
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