Benoit de Chezelles
Benoit de Chezelles
Not needed, since `g;` and `g,` allows to navigate in last-insert-history
In the existing vim plugins, none seems to do that. The only one I've found featuring a clippy box are: - https://github.com/gbigwood/Clippo which allows to show a clippy (in a...
Another nice git viewer (non-vim though, so less configurable) https://github.com/rgburke/grv
Done in https://github.com/bew/ConfigZsh/commit/5a0705e7e99c16934e0c256ec55c9537db4f3b73 ! The prompt still feels slow, I'll need to profile it and make it faster _Edit: it's better now, I removed a bunch of useless stuff and...
TODO: start the daemon only when necessary
Best would be to have a single gitstatusd daemon per git repo (only if there's a shell in it), not per zsh instance
https://github.com/filipdutescu/renamer.nvim looks promising, I could contribute that inline renaming UI to this project?
For the statusbar: a small lib/framework to create one in Rust: https://github.com/mjkillough/cnx (few contributions possible!)
Actually I was wrong, some weird behavior of the result window is not from vim-dadbod-ui BUT from vim-dadbod plugin: https://github.com/tpope/vim-dadbod which is supposed to be minimal and flexible.. ## Using...
Another option: https://github.com/nanotee/sqls.nvim This is a SQL language server :heart: (https://github.com/lighttiger2505/sqls) It supports executing sql commands through the language server.. The nvim layer is _really_ simple, it should be easy...