stevearc/quicker.nvim

save_changes will attach all the item's buffer to lsp

Open

#40 aberto em 31 de jan. de 2025

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

Métricas do repositório

Stars
 (985 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador