Our great sponsors
-
comic-mono-font
A legible monospace font... the very typeface you’ve been trained to recognize since childhood
-
Step 3: https://github.com/nvim-lua/kickstart.nvim
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Step 2: https://neovim.io/
-
Since you're already familiar with gvim it probably shouldn't be too hard to get Neovim set up! The configurations of vim vs neovim are mostly the same, unless you want to configure with lua. You'll just have to move your vimrc to ~/.config/nvim/init.vim. You can probably find some excellent configuration tutorials on youtube. I'd highly recommend checking out Awesome Neovim for good plugins if you want to get an IDE-like experience. I personally use packer.nvim to manage my plugins, nerdtree for file browsing, coc.nvim for autocomplete, and ale for code linting. Good luck switching if you decide to do so!