-
**Describe the bug**
Occasionally when switching buffers I get the following error message:
```
Error detected while processing FileType Autocommands for "*":
Error executing lua callback: ...te…
-
### Describe the bug
I'm trying to enable indent for PHP specifically, e.g.
```lua
indent = {
enable = { 'php' },
}
```
However it's being enabled for every language instead. Maybe I'm mi…
leaty updated
1 month ago
-
### Describe the bug
when highlight is enable in ruby, navigations with ]] [[ ]m [m doesn't works.
### To Reproduce
1. Create a file with
```ruby
class Stuff
def one
end
def two
e…
-
### Describe the bug
I noticed recently when editing a large markdown file that has more 1000 lines that the delay between keystrokes while typing becomes perceptible. This only happens when treesi…
-
### Describe the bug
The fix indentation functionality is not working for Elixir files.
I have an elixir file with a simple function such as:
```elixir
def test do
a = 2
end
```
If I ru…
-
### Describe the bug
My editor keeps freezing whenever I try to rename a function pointer in a C / C++ file. Neovim gets completely unresponsive and shows 100% CPU usage.
The issue goes away when I d…
-
First: thank you for picking this up! The original was good but it's broken now, so glad there's an alternative.
I did notice that [comments](https://cooklang.org/docs/spec/#comments) formatted to …
-
使用规范定义的标记语言、JSON 或 yaml 来定义每一个菜谱。
有利于使用程序进行深加工,挖掘菜谱更多价值。
zgldh updated
9 months ago
-
### Describe the bug
Issue #2544 pretty much describes the same problem, but for different language. The continuation line is indented wrong for these file types. Problem goes away with `indent = { e…
-
### Describe the bug
When you have a chained method that starts on the same line as the closing parenthesis of the original function, and the original function has its arguments spread across multipl…