-
### Describe the highlighting problem
- When inside of a `Makefile` and using a `define \n...\n endef` the inside values will be highlighted as a whole and with `raw_text`.
- When inside a `target…
-
### 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 …
-
Before:
```lua
for _, storage in ipairs(self._changedStorage[metatable]) do
storage[id] = if storage[id] then table.freeze({ old = storage[id].old, new = new }) else record
end
```
After (sugge…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/nvimtools/none-ls.nvim#faq) and it didn't resolve my problem.
### Issues
- [X] I have checked [existing issues](https://github.com/nvimtool…
-
### Debug adapter definition and debug configuration
This has been mentioned in #918, but ${command:pickprocess} and lazy.utils.pick_process behave differently. More concretely, the former returns a …
-
### Neovim version (nvim -v)
0.9.5
### Operating system/version
Arch Linux
### Add the debug logs
- [X] I have set `log_level = vim.log.levels.DEBUG` and pasted the log contents below.
### Log f…
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
NVIM v0.10.0 Build type: Release LuaJIT 2.1.1716656478 Ru…
-
### Problem
hi, i'm trying to port `echo hello | sudo dd of=outfile` to lua, the following code is what i got so far, and it works not.
the problem is the data sent by `chansend()` also goes to tt…
-
### Describe the bug
Hi, I had asked this in the matrix room once, but it did not get answered; recently I saw
someone asked it again in there, so I think if this must be a bug or an misuse-prone …
-