crwebb85
crwebb85
Fixes neovim/neovim#29048 Problem: When an lsp client is stopped, the client will only clear the diagnostics for the attached buffers but not the unattached buffers. Solution: Reset the diagnostics for...
### Problem Stopping an LSP client does not clear the diagnostics for unattached buffers. ### Steps to reproduce using "nvim -u minimal_init.lua" 1. Create the file structure with the following...
- Forked changes from draft PR #493 - Fixed #676 - Added Windows support for the test harness Did not address comment https://github.com/stevearc/oil.nvim/pull/493#pullrequestreview-2411936477. Imo, we can handle that in the...
### Problem Cannot execute remaps for ``. While the remap will show up when running `:nmap` it will not actually call the remap when the keymap is pressed. I tested...