I’ve been running Neovim for about a month, having great respect for what the project is attempting to accomplish. Probably one of the freshest features is Neovim’s ability to host embedded terminals directly in a split. For me, this has removed the need to use tmux or…
Every now and then you feel overconfident and decide that a full reinstall of your whole system is in order. It always takes way more time than you anticipated, but in the end you’re left with something better (in the computer), and you understand the…
I am not a Python developer, but I hear that VirtualEnv is used a lot and it sounds very useful. VimR supports VirtualEnv by letting you pass the PATH variable of your shell to the background Neovim process.
VirtualEnv
PATH
Thiago de Arruda posted about a new UI protocol for Neovim that aims to improve the amount of control native apps have over embedded Neovim:
The smart UI protocol will separate the drawing of window contents and other user interface elements such as…
A little while ago I started using VIM as my primary text editor and IDE(NeoVim to be precise). And I am going to use Rust for my new Web Project. I looked for some simple guides for the setup but I didn’t find one. So why not just create one for others who are going to…