-
I was editing a rust file in nvim, efm was detected via `:LspInfo`, however, It refused to work, the log file `~/.cache/nvim/lsp.log` shows this error:
```
[START][2022-05-03 16:21:32] LSP logging…
-
MWE `example.lua`:
```lua
return
-- insert whatever here
1
```
```
% stylua example.lua
-- insert whatever here
% cat example.lua
return
-- insert whatever here
1
```
Which could b…
-
styluaにあわせる
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins related …
-
### Did you check docs and existing issues?
- [X] I have read all the flash.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the …
-
Lua has no notion of a class hierarchy. Therefore, it might be a good fit for having a functional dialect. The dialect should have a relation similar to the relation between ReScript / Elm and JavaScr…
-
**Describe the solution you'd like**
I'd like a feature that'd allow the header to be used as the background, with custom options on how to handle when the window is much larger than the ascii art (t…
-
Hello,
I'm encountering an issue with multiple cursors. When I add multiple cursors, enter insert mode, and type something followed by a dot (`.`), everything before the dot is duplicated after the…
-
**Describe the bug**
After migrating to v2.5, I ran the `:MasonInstallAll` command to check if my lsp configuration is working correctly. However, it only installs pyright and stylua. However, my…
-
**Describe the bug**
`mise install ubi:~~~` doesn't generate the shim. Also for the npm backend.
`mise install gh` generates the shim correctly, even though its backend is ubi.
This bug reproduce…