stevearc/quicker.nvim

save_changes will attach all the item's buffer to lsp

Open

#40 opened on Jan 31, 2025

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Lua (15 forks)github user discovery
P1enhancementhelp wanted

Repository metrics

Stars
 (985 stars)
PR merge metrics
 (PR metrics pending)

Description

Calling vim.fn.bufload in save_changes will trigger lspconfig's FileType autocmd, if there are too many items, the editor will freeze because lsp begins to send diagnostics for those newly attached buffers.

Contributor guide