Basic Neovim config
I’ve put together a basic Neovim configuration that relies entirely on Neovim’s native features. This setup av…
Read articleI’ve put together a basic Neovim configuration that relies entirely on Neovim’s native features. This setup av…
Read articleIntroduction In this tutorial we will go through the process of installing and setting up NeoVim on Windows. T…
Read articleTo enable hybrid line number, add the following line to your init.lua. vim.wo.number = true vim.wo.relativenum…
Read articleThis article will cover how to install the latest builds of Neovim on Ubuntu. We will be using the unstable PP…
Read articleKickstart.nvim is a starter configuration for Neovim that is small, single-file and well-documented. You can u…
Read articleTo set a color scheme in Neovim using Lua add the following line to the init.lua file vim.cmd [[colorscheme on…
Read article
Comments