Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop double insertion of
#include
in clangd
LSP client If `completionTextEdit` is set in LSP client (https://github.com/yegappan/lsp), it applies LSP supplied text changes twice -- once, when completion candidate is accepted and second time after `CompleteDone` event is fired. This seems like a LSP client bug. Solution: Set completionTextEdit to `false` in LSP client config. #72 #37 M autoload/vimcomplete/lsp.vim
- Loading branch information