Nik Revenco
Nik Revenco
Note: I thought about collapsing all `:align-text-*` commands into a single `:align-text` with flags `--left`, `--right` and `--center` I don't think it's a good idea because all the flags are...
Added tests for each command
> Yeah this is something that will need to be handled in tree-sitter-rust. I think the `macro` keyword is relatively new addition to Rust so it probably hasn't been added...
There should probably be a default for the icons. I can see people copy pasting 400 line icon configurations into their configs, which isn't pretty. Meanwhile we could just have...
Or alternatively we can have a dedicated file for icon configs It will be treated like themes You can specify in the config like this ```toml icon-pack = "nerd" ```...
> > Or alternatively we can have a dedicated file for icon configs > > These things are exactly the reason the other icons pr never got merged. > >...
> Adding new textobjects is something we do not do lightly. You would need to add them (with explanation!) to `CONTRIBUTING.md` (which is used in CI to enforce valid captures)...
i dont use neovim anymore so, someone else can rebase this PR if they want
> This made me think; what about swapping the command line and status line, and having the command line be "transparent" to the buffer/window by default? Then if you start...
You won't need to update any of the themes, in this PR you changed it from `ui.virtual.ruler` to sometimes be `ui.virtual.ruler.char` If `ui.virtual.ruler.char` does not exist it will automatically fall...