Skip to content

Conversation

@micaiah-effiong
Copy link
Owner

  • Fixes Python indenting now works in tree-sitter nvim-lua/kickstart.nvim#336 - Enabale treesitter indent for Python
  • Add legacy tag to fidget to avoid deprecation warning
  • Use call_parentheses
  • Add descriptions for debugging keybindings.
  • Fix typo in ignorecase comment
  • Make init.lua copy-paste friendly
  • docs: Update README.md 📚
  • correct typo
  • use version for lazy vim

feoh and others added 18 commits June 7, 2023 20:41
Tested in my local configuratoin. Indenting works great.
Add descriptions for debugging key bindings.

Improve formatting by changing double quotes to single quotes in order
to keep compatibility with the rest of the kickstart.nvim project.
In order to perform a case-sensitive search with ignorecase, the pattern
should contain `\C` instead of `/C`.
Fix typo in ignorecase comment
Add descriptions for debugging keybindings.
Hey y'all 👋 

I think there may have been a typo?
Make init.lua copy-paste friendly
Update README.md with a GitHub friendly video example
@micaiah-effiong micaiah-effiong merged commit 3e30344 into master Jul 15, 2023
@micaiah-effiong micaiah-effiong deleted the update-from-upstream branch July 15, 2023 19:58
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.

Python indenting now works in tree-sitter

9 participants