Anh Dung Nguyen
Anh Dung Nguyen
You can use **Slidable.builder** to check the animation and trigger an action (f.e when the animation is completed) ``` Slidable.builder( actionPane: const SlidableStrechActionPane(), actionExtentRatio: .6, actionDelegate: SlideActionBuilderDelegate( builder: (context, index,...
I would map it to something else because a lot of people use escape to go to normal mode within telescopes. In my config I mapped the quit action to...
Which programming language are you working on?
I had the same problem with dartls treesitter highlight. You could deactivate highlight for markdown in your treesitter.lua file or do the same thing as suggested here but with markdown...
Like @Thesmader I don't have any lua knowledge yet but would like to learn. Because I am using this plugin everyday now, would love to contribute and help maintain as...
@sidlatau I notice you are using **ultest** plugin, I could not get it to work or not working smoothly. How did you manage to get it working with flutter? Do...
> I just made my dotfiles public, the relevant part I think is: https://github.com/sidlatau/dotfiles/blob/e7f95739dcff5b121fb92904240e96753164287e/nvim/.config/nvim/lua/user/test.lua#L1 > There is also one catch to be aware of with test names - if the...