rymdbar

Results 29 issues of rymdbar

With ale's default configuration it enables every known linter and opportunistically attempts to run them all, silently failing in most cases. While this yolo approach might be a reasonable out...

enhancement

## Information VIM version: 2:8.2.2434-3+deb11u1 Operating System: Debian ## What went wrong For full description, and instructions on how to reproduce, please see: https://github.com/LuaLS/lua-language-server/issues/2318 While lua-language-server shouldn't need to, it...

bug

### How are you using the lua-language-server? Other ### Which OS are you using? Linux ### What is the issue affecting? Other ### Expected Behaviour With lua-language-server's [README.md](https://github.com/LuaLS/lua-language-server/blob/16b9ce9/README.md?plain=1#L19) documenting support...

### Description Currently wifibox-alpine(5) reads: > For the ease of management, the host shares configuration files … … > The wpa_supplicant/wpa_supplicant.conf or hostapd/hostapd.conf > configuration file is shared with the...

bug
documentation
wifibox-alpine

**Name:** PerlNavigator **URL:** https://github.com/bscan/PerlNavigator/ To my knowledge there are two perl language servers around. One already has a new-tool issue in #3496. This issue covers the other one, PerlNavigator. Unfortunately...

new tool

There is a fix branch at: https://git.netizen.se/ale/commit/?h=fix/broken_golang_links As has been mentioned [elsewhere](https://github.com/dense-analysis/ale/issues/4060), I've published a branch fixing outdated links. It became stale, but has now been rebased with conflicts being...

enhancement

Fixed on branch: https://git.netizen.se/ale/commit/?h=fix/lua-language-server_docs ## Information **VIM version** ``` % dpkg --list vim-gtk3 | sed -n 's/^ii\s*\(\S*\s*\S*\).*/\1/p' vim-gtk3 2:9.0.1378-2 ``` Operating System: ``` % lsb_release --description 2>/dev/null Description: Debian GNU/Linux...

bug

According to [language server specification][spec] for clients not announcing the workspaceFolders capability the server should fallback. Primarily to rootUri, and further to rootPath when needed. [spec]: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/ I have pushed...

If opening [`sample.svg`][svg] in a current version of inkscape, the first thing shown is a dialogue window related to [changes to dpi handling][dpi]. We can proceed to see that the...

According to this [source code comment][0] the regexps are supposed to allow non-integer sizes: ```vim " Regex values for each platform split guifont into three " sections (\1, \2, and...