Dawei H.
Dawei H.
I was thinking about the same thing, I found another gem `workflow` already implemented this, but less feature than `aasm` https://github.com/geekq/workflow
@alto Good point. But I think maybe `aasm` can let user decide the order by, for example, adding a #default_order method? So in this way `aasm` just need to implement...
I'd like to take this one if no one else is working on it. Thanks!
@GR3YH4TT3R93 Thank you for the config! After I changed from ```lua tsdk = vim.fn.getcwd() .. "node_modules/typescript", ``` to ```lua tsdk = vim.fn.getcwd() .. "/node_modules/typescript/lib", ``` as the [link](https://github.com/GR3YH4TT3R93/OurNvim.lazy/commit/7bb68581bab4c1e4adb7354a495ee2a6cb602ae7) you shared,...