-
Notifications
You must be signed in to change notification settings - Fork 39.4k
Closed
Description
Describe the bug
Out of the box right now, using Treesitter's indentation w/ Python is broken. I've changed the treesitter config to read:
indent = { enable = true; disable = { "python" } }
which is not ideal, but breaking indentation for new users might be worse?
To Reproduce
Steps to reproduce the behavior:
- Open a python file w/ nvim. Open a line after a "def xxxx" line, and watch nvim not indent properly.
Desktop (please complete the following information):
- OS: Linux
- Terminal: kitty
** Neovim Version **
- Output of running
:version
from inside of neovim:
0.8.1
Metadata
Metadata
Assignees
Labels
No labels