-
Notifications
You must be signed in to change notification settings - Fork 33.8k
YAML treesitter indentation is buggy #1505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YAML treesitter indentation is buggy #1505
Comments
Fixes nvim-lua#1505 Signed-off-by: David Thompson <[email protected]>
Fixes nvim-lua#1505 Signed-off-by: David Thompson <[email protected]>
I have no issue with this but the last time we did this kind of change, for Ruby on Rails in that case, it was a nightmare and 5000 people popped up screaming about who moved my cheese. How do people feel about this change proposal? |
I could not reproduce the issue. This is the result I got: hello:
- a
-|
world: {} Am I missing something? neovim version
|
nvm, I check the original issue and understood what I was doing wrong. After realising that I could reproduce the issue. |
Maybe if we linked the nvim-treesitter issue people won't complain to kickstart? |
Before Reporting an Issue
I have read the kickstart.nvim README.md.
I have read the appropriate plugin's documentation.
I have searched that this issue has not been reported before.
By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
The YAML treesitter indentation has an annoying indentation bug. I think it might be helpful to disable treesitter indentation for YAML files until it's resolved.
Here are some relevant discussions about it:
actual issue to follow regarding this bug:
trail of issues that lead me here
To Reproduce
|
and enter insert mode:Desktop
Neovim Version
The text was updated successfully, but these errors were encountered: