Jorenar
Jorenar
I'm using the newest commit of master branch. Looks like `lsp-hover` filetype is not applied for some reason. It causes i.a. a repeat of issue #865 (`markdownError` not fixed for...
For example, I would like to be able to map `LSClientAllDiagnostics`: ```vim let g:lsc_auto_map = { 'defaults': v:true, \ 'AllDiagnostics': '', \ } ```
I really dislike having excessive dotfiles files in my `$HOME`. A variable, e.g. `g:vimspector_log_file`, would be helpful. For now I use a workaround: ```vim autocmd User VimspectorDebugEnded call system("mv ~/.vimspector.log...
The topic was raised on multiple occasions, but I do agree, there wasn't a sufficient reason provided. ## The problem Assume you are, for various reasons, using multiple code editors...
One is _Vim Script_ (capitalized S), other is _Vim script_ (lowercase s) 
**Name:** include-what-you-use **URL:** https://include-what-you-use.org/ As the very descriptive name of the tool suggest, the goal of IWYU is to help with `#include` management in C and C++ code. It figures...
Fixes #1573 Use the "framework" for checking server capabilities for 'completionProvider'
Related: * #1573 * #1505 * #1163 * #1056 Sometimes diagnostics by some servers aren't very useful. In such cases, it would be helpful to disable diagnostics sent from them....
nvim-dap added handling of breakpoint event ([ea82027](https://github.com/mfussenegger/nvim-dap/commit/ea82027)). This is simple fix, so that breakpoints window is updated as well.