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 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 articleTo enable relative line number, add the following line to your init.lua. vim.wo.relativenumber = true Save thi…
Read articleMacVim is a text/source editor for Mac that offers Vim built around GUI, that comes with extra features and su…
Read article
Comments