Explore >> Select a destination


You are here

infinitedigits.co
| | ncona.com
4.1 parsecs away

Travel
| | I've known about neovim for a long time, but I've never tried it out. My goal for this article is to try to replicate my current vim configuration: File explorer Grep Fuzzy file finder Syntax highlight .vimrc configuration If Neovim is as good as people say, I should be able to do that, and it should run faster. Installation Neovim is already packaged for most OS. Sadly, the version included in Ubuntu is too old for most plugins out there. For this reason, we'll have to build from source. Install prerequisites: 1 sudo apt-get install ninja-build gettext cmake unzip curl
| | spf13.com
2.7 parsecs away

Travel
| | [AI summary] Steve Francia shares his comprehensive and well-organized .vimrc configuration file designed for efficient editing on a UNIX command-line interface.
| | www.thanassis.space
3.9 parsecs away

Travel
| | [AI summary] The author explains why the VIM text editor is a superior choice for professional programmers due to its programmability, remote editing capabilities, and extensive customization.
| | www.thepolyglotdeveloper.com
22.5 parsecs away

Travel
| Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS.