stevearc/quicker.nvim

save_changes will attach all the item's buffer to lsp

Open

#40 opened on 2025年1月31日

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)

説明

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.

コントリビューターガイド