Tom Praschan
Tom Praschan
Often (not always) when I trigger the "add missing include" code action by clangd, the following error pops up: ``` E486: Pattern not found: error: Error executing vim.schedule lua callback:...
Would be really cool if this plugin had (optional) support for the proposed `textDocument/rangesFormatting` request (https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#documentRangesFormattingParams). This really helps with performance in large files.
https://github.com/joechrisellis/lsp-format-modifications.nvim/blob/99ea66e7bc144fdb175aa7538aacc0e2fcb2bf59/lua/lsp-format-modifications/util.lua#L5
When writing docs, `set spell` will flag nearly everything inside backticks. I think `@NoSpell` instead of `@Spell` should be used there (or at least it should be customizable)
Basically a simplified version of https://github.com/neovim/neovim/issues/19649#issuecomment-1750272564 Looking to get some initial feedback here. Instead of just appending to the message, we might instead want to store the related info in...
While this relies on a proposed LSP 3.18 feature, it's fully backwards compatible, so IMO there's no harm in adding this already. Looks like some servers already support for this...
Saw this in a youtube comment under the "Lichess Development: A Quickstart to Contributing" video: > a nice feature that could be added to the lichess settings is to be...
Fixes #770 Is it worth adding a unit test for this? Or do we rely on chessground behaving correctly here?
Closes #458 Opening an early draft PR to let people know I'm working on this. Functionality that should definitely be part of this PR IMO: - [x] Move around pieces...