Jiří Velek
Jiří Velek
Usually I use ":TSDisable highlight indent", which fixes the issue. It seems that treesitter (and cargo fmt) has some issues with macros in general (https://github.com/rust-lang/rustfmt/issues/8)
The easiest way to do this is to use vim.ui.select instead of telescope integration and register fzf/telescope as vim.ui.select
Hi all, we finally managed to at least add vim.ui.select as the picker in the development branch. If you still want this feature, please try it out. vim.ui.select is a...
Not sure if this is related, but when typing @v and then completing \@var autocompletion in doc comments, the completed string is "@\@var"
closing in favor of using built in `iced::widget::table`
use the LspRestart command
would it also be possible to support [Latte](https://latte.nette.org/) ? It has a big advantage that you can specify varType or templateType, and you know exactly what type each variable has...
would it make sense to add toggle-fold command too?
note that this gives issues even when changing 'array_merge' to array_merge(...)