stevearc/quicker.nvim

save_changes will attach all the item's buffer to lsp

Open

#40 创建于 2025年1月31日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)Lua (15 fork)github user discovery
P1enhancementhelp wanted

仓库指标

Star
 (985 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南