Andrew Xie
Andrew Xie
Not sure what would be the best way for configuring such plugins tbh e.g. - passing a table of plugins under prettier - each plugin as a separate entry in...
I've managed to resolve this by overwriting the StatusLine highlight group, such as: `highlight StatusLine guibg=#00000000`
Perhaps a possible solution could be something like what other users are doing for [twilight.nvim](https://github.com/folke/twilight.nvim/issues/15)
Ahh I see. I would love to implement the second solution since it'll help out other future cases as well. Tbh, I'm quite busy atm so this may take a...
Fair enough haha. In that case, what should the number of lines be for this motion, or would I need Treesitter to determine that?
Ahh I see. Is there a way to define a dynamic function for this use case?
Thanks for taking a look into this! It may also have something to do with expanding the arguments in the command, since running `:lua require'distant.command'.install()` seems to work (failing on...
Personally I find that it makes more sense to use `result.task` instead of `result.subTask` for `msg.value.title`. Regardless, I do see `Completed [nil]` fidgets for some reason..
Hmm in my environment `` skips an entry (moves twice instead of once), and `` still doesn't work for some reason. https://user-images.githubusercontent.com/62098008/166261764-6ce5fa86-d135-4495-8942-480e10e36146.mp4 EDIT: forgot to attach my cmp config but...
Done! This fixes it for me but I'll let you check if it breaks anything else.