To enable hybrid line number, add the following line to your init.lua
.
vim.wo.number = true
vim.wo.relativenumber = true
Save this file by doing a :w
or Shift + z
repeat z
.
The next time you open Neovim, you should see the hybrid line number enabled.
This article will cover how to install the latest builds of Neovim on Ubuntu. We will be using the unstable PPA repository since it gets updated more often, this means we get new features and bug fixes faster. If you need extreme stability in your environment, I recommend going with the stable Ne...
If you have an unattended Ubuntu desktop or server running an old or non-long-term release, it’s time to upgrade to the current generally available release. Follow this guide to upgrade from End Of Life to General Availability.
You can check what release of Ubuntu you have installed by running the...