Hybrid line number in Neovim (Lua)
To enable hybrid line number, add the following line to your init.lua. vim.wo.number = true vim.wo.relativenum…
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 articleTo set a color scheme in Neovim using Lua add the following line to the init.lua file vim.cmd [[colorscheme on…
Read articleTo enable relative line number, add the following line to your init.lua. vim.wo.relativenumber = true Save thi…
Read article
Comments