Results 19 issues of 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...

enhancement
good first issue

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...

core code
feature request
question

One is _Vim Script_ (capitalized S), other is _Vim script_ (lowercase s) ![screenshot-20220919_121323](https://user-images.githubusercontent.com/22616434/190996434-a67a2aa7-b31c-462e-ad3a-bb3edbed4b49.png)

help wanted
hacktoberfest

**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...

new tool

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.