Onivim 2 – A retro-futuristic modal editor
1–10 of 78 posts
Re: Onivim 2 – A retro-futuristic modal editor
#2I am using stock Neovim on the console. For completion I switched to nvim-cmp https://github.com/hrsh7th/nvim-cmp. Onivim also provides (based on the screencasts) completion. Do they leverage their own coded completion engine or are they using nvim-plugins and only render the UI over this completion?
My point is there will always be an impedance mismatch between functionality provided by plugins compared to what a UI provider thinks has to be coded in their respective implementation.
Re: Onivim 2 – A retro-futuristic modal editor
#3Re: Onivim 2 – A retro-futuristic modal editor
#4I didn't try it. But I surfed the website and watched the animations. I am using stock Neovim on the console. For completion I switched to nvim-cmp https://github.com/hrsh7th/nvim-cmp . Onivim also provides (based on the screencasts) completion. Do they leverage their own coded completion engine or are they using nvim-plugins and only render the UI over this completion? My point is there will always be an impedance m…
Re: Onivim 2 – A retro-futuristic modal editor
#5I didn't try it. But I surfed the website and watched the animations. I am using stock Neovim on the console. For completion I switched to nvim-cmp https://github.com/hrsh7th/nvim-cmp . Onivim also provides (based on the screencasts) completion. Do they leverage their own coded completion engine or are they using nvim-plugins and only render the UI over this completion? My point is there will always be an impedance m…
I've been keeping an eye on onivim for a long time and think it has a lot of potential. Last time I tried it it still had too many rough edges to try and use as a daily driver, though.
Re: Onivim 2 – A retro-futuristic modal editor
#6Re: Onivim 2 – A retro-futuristic modal editor
#7I didn't try it. But I surfed the website and watched the animations. I am using stock Neovim on the console. For completion I switched to nvim-cmp https://github.com/hrsh7th/nvim-cmp . Onivim also provides (based on the screencasts) completion. Do they leverage their own coded completion engine or are they using nvim-plugins and only render the UI over this completion? My point is there will always be an impedance m…
> Onivim is capable of loading VSCode extensions
Re: Onivim 2 – A retro-futuristic modal editor
#8I didn't try it. But I surfed the website and watched the animations. I am using stock Neovim on the console. For completion I switched to nvim-cmp https://github.com/hrsh7th/nvim-cmp . Onivim also provides (based on the screencasts) completion. Do they leverage their own coded completion engine or are they using nvim-plugins and only render the UI over this completion? My point is there will always be an impedance m…
Seems that the idea is to implement vscode APIs and use the vscode plugin host and backend system for extensibility.
Re: Onivim 2 – A retro-futuristic modal editor
#9but, but... vim is a native app?