Ronan Dalton
Ronan Dalton
When using `:LspStop` (provided by nvim-lspconfig) in Neovim, the diagnostics are cleared for other LSPs attached to the buffer, but not for typos-lsp. Furthermore, doing `:LspStart` doesn't seem to make...
**Language**: C **AerialInfo**: ``` Aerial Info ----------- Filetype: c Configured backends: treesitter (supported) (attached) lsp (supported) markdown (not supported) [Filetype is not markdown] asciidoc (not supported) [Filetype is not asciidoc]...
When hovering over a reference and executing the `:IlluminatePause` command, existing highlights are not immediately cleared. **To Reproduce** 1. Open Neovim. 2. Press `i` to enter insert mode and enter...
**Is your feature request related to a problem? Please describe.** I would like a way of having two VPNs enabled at the same time, using one as the upstream for...
When a VPN is configured ("Always-on VPN" and "Block connections without VPN" selected), and the mobile network settings are reset (System > Reset options > Reset mobile network settings), the...
The following lines do nothing and can be removed: ```lua format = function(diagnostic) local diagnostic_message = { [vim.diagnostic.severity.ERROR] = diagnostic.message, [vim.diagnostic.severity.WARN] = diagnostic.message, [vim.diagnostic.severity.INFO] = diagnostic.message, [vim.diagnostic.severity.HINT] = diagnostic.message, }...