Skip to content
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

feat(treesitter): use Python indents as they've improved greatly #490

Merged
merged 1 commit into from Mar 25, 2023

Conversation

amaanq
Copy link
Contributor

@amaanq amaanq commented Mar 24, 2023

Thanks to nvim-treesitter/nvim-treesitter#4524 being merged, Python indents are quite good now

@folke folke merged commit 59eb198 into LazyVim:main Mar 25, 2023
3 checks passed
@folke
Copy link
Collaborator

folke commented Mar 25, 2023

Sweet!

ofrades pushed a commit to ofrades/LazyVim that referenced this pull request May 30, 2023
@amaanq amaanq deleted the python branch June 30, 2023 07:39
@bluss
Copy link

bluss commented Jul 19, 2023

I still have some problems with this, like typing _logger.info("something: will indent the current line while typing, which is wrong because the : is going to be inside a string. (Leading to having to disable this.)

joshmedeski pushed a commit to joshmedeski/LazyVim that referenced this pull request Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants