How to Install Resilio Sync on Ubuntu/Linux Mint

Overview Resilio Sync (formerly BitTorrent Sync) by Resilio, Inc. is a proprietary peer-to-peer file synchronization tool. It supports a wide range of platform

Read Article
Install MPV on Windows 10/11

Install MPV on Windows 10/11

This guide will walk you through the process of installing the MPV media player on Windows 10 and 11 using the Scoop package manager, which is my recommended me

Read Article
NeoVim on Windows

NeoVim on Windows

Introduction In this tutorial we will go through the process of installing and setting up NeoVim on Windows. This is going to be simple and easy to follow. We w

Read Article
Install Node.js using Winget

Install Node.js using Winget

Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside of a web browser. It is used by major companies l

Read Article

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.relativenumber = true Save this file by doing a :w or Shift +

Read Article

Install Neovim on Ubuntu

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, thi

Read Article