Closed ValouBambou closed 1 year ago
Hi, I noticed a weird behavior with indentation using python in neovim, extra indent are inserted in every new line that follow a literal string with unclosed parenthesis or bracket.
print("Hello(") # new line start here
belongs at nvim-treesitter
Hi, I noticed a weird behavior with indentation using python in neovim, extra indent are inserted in every new line that follow a literal string with unclosed parenthesis or bracket.