Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a web browser. It is used by many big companies like Netflix and Uber. Before Node.js, JavaScript could only be executed in the browser. With Node.js, you can run your code as a standalo...
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...
Zoom's secure, reliable video platform powers all your communication needs, including meetings, chat, phone, webinars, and online events. Let's dive straight into the installation process of Zoom using Winget.
To install it on Windows 10 or 11, follow the instructions below.
Step 1. Open Comman...
Micro is a modern and free open-source, cross-platform intuitive terminal-based text editor written in Golang. It aims to be easy to use while taking advantage of the capabilities of modern terminals. It is a single binary with no dependencies.
To install it on Windows 10 or 11, follow the instruc...