Folke Lemaitre
Folke Lemaitre
@Aman9das I'm fine with adding that quarto group, but overriding which-key settings to not cut-off the descriptions, is something the user needs to configure themselves. The extra should not change...
Merged, thanks!
There's an event `PersistenceLoadPre`
It **IS** being executed, however session loading is done inside `silent!`, so your print statement will be silenced. Check with: ```lua -- DO NOT change the paths and don't remove...
Related: https://github.com/LazyVim/LazyVim/discussions/3285
https://github.com/LazyVim/LazyVim/discussions/2697
So this is already implemented in the vue extra :)
Great! Maybe for a follow-up PR, could we also use `vim.opt.comments` for uncommenting?
Seems to be indeed quite complex :) But this is all we need I think: > When a string has none of the 'f', 's', 'm' or 'e' flags, Vim...