perf: use cmp-async-path for async indexing without blocking main UI (#3067)

This commit is contained in:
N3cr0m4nc3r
2025-06-18 19:17:23 +05:30
committed by GitHub
parent 0ea8767b74
commit 63789f3465
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ local options = {
{ name = "luasnip" },
{ name = "buffer" },
{ name = "nvim_lua" },
{ name = "path" },
{ name = "async_path" },
},
}