combine diffs

This commit is contained in:
iofq 2025-10-24 21:58:25 -05:00
parent a004f24728
commit 7e27221c7e
4 changed files with 87 additions and 32 deletions

View file

@ -128,7 +128,7 @@ vim.schedule(function()
sources = {
default = { 'lsp', 'path', 'snippets', 'ripgrep', 'buffer' },
providers = {
lsp = { fallbacks = {} }, -- include buffer even when LSP is active
lsp = { fallbacks = {}, async = true }, -- include buffer even when LSP is active
path = { opts = { get_cwd = vim.fn.getcwd } }, -- use nvim pwd instead of current file pwd
ripgrep = {
module = 'blink-ripgrep',