You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find out that indentation for typst files is correct in vanilla neovim. However, after installing this treesitter from nvim-treesitter, the indentation stops working as expect.
E.g.,
#{
letn=0// if you insert a new line here, the cursor is supposed to be indented. But instead it isn't after installing this treesitter.
}
I've tested on both neovim v0.10.2 and v0.11.0-dev.
The text was updated successfully, but these errors were encountered:
First of all, thank you for your work!
I find out that indentation for typst files is correct in vanilla neovim. However, after installing this treesitter from
nvim-treesitter
, the indentation stops working as expect.E.g.,
I've tested on both neovim v0.10.2 and v0.11.0-dev.
The text was updated successfully, but these errors were encountered: