Categories: TutorialsUbuntu

How to Install NeoVim Editor on Ubuntu 22.04 LTS

Introduction

Neovim is an extendable Vim based text editor. It is unique in a sense that it works flawlessly on major Linux distributions. It can be extended using plugins and APIs. It can also be hosted on cloud for the team work. It is compatible with Vim editing model and Vimscript.

Neovim is 30% lighter than regular Vim. It comes with an excellent modern interface. Neovim has a built-in terminal emulator for efficient work.

I am using Ubuntu 22.04, and I will show you the installation of Neovim on Ubuntu 22.04 LTS edition. The instructions discussed here are only compatible with Ubuntu distributions. You must not run them on Debian.

Sponsored

Prerequisites to Install Neovim Editor

There are no dependencies required to install Neovim text editor.

Step 1. Install Neovim Editor on Ubuntu LTS

I prefer to update my Linux system before installing any new software. Use the following commands to update and install Neovim respectively.

$ sudo apt update
$ sudo apt install neovim

Neovim will be readily available once installed.

Step 2. Verify Neovim Installation

Neovim is a command-line and GUI-based text editor. Therefore it can be accessed via both the command line user interface and the dashboard. We will verify the presence of Neovim now using the dashboard. Neovim tries their best to keep the less use of CLI.

Sponsored

Once searched successfully we can launch the editor.

Step 3. Launch Neovim Editor

When you have located it correctly then you can always launch it in no time. I will launch it from the dashboard instead of CLI as it suits me.

Step 4. Important Neovim Key Bindings

As Neovim is based on vim, it has similar key bindings. I will discuss some important keys here to make it easier for you when running Neovim for the first time.

  1. Use the cursor keys to move around or use the following shortcuts to navigate.
  2. To go left, you will need to use “h”
  3. To go down, “j” is used as standard.
  4. To go up, the only key is “k” to use.
  5. To go right, the “l” key is used to navigate.

Step 5. Uninstall Neovim Editor From Ubuntu 22.04

Now we will learn how to uninstall the Neovim Editor. It is simple to do so. You will need standard Ubuntu command to remove the packages. Invoke the following command to make sure it is done.

$ sudo apt remove neovim

Conclusion

In this tut, we observed how to install and remove the Neovim. We also learned about some keybindings.

Ubuntu Server Admin

Recent Posts

OpenStack cloud – happy 15th anniversary!

Happy birthday, OpenStack! It’s astonishing how fast time flies – fifteen years already. Yet, here…

2 days ago

The clock is ticking: Ubuntu Summit 25.10 is just around the corner

London has called, and the Ubuntu community has answered! This year, the Ubuntu Summit has…

2 days ago

Ubuntu Weekly Newsletter Issue 912

Welcome to the Ubuntu Weekly Newsletter, Issue 912 for the week of September 28 –…

2 days ago

Canonical achieves ISO 27001 certification

The certification demonstrates alignment with cybersecurity standards that will further safeguard open source products and…

1 week ago

Fortifying security for Ubuntu on Azure with Metadata Security Protocol (MSP)

We’re pleased to share a security enhancement for Ubuntu workloads on Microsoft Azure. In collaboration…

1 week ago

How to Install DNSControl on Ubuntu VPS to Manage PowerDNS

This article demonstrates how to install DNSControl on Ubuntu VPS to Manage PowerDNS servers. What…

1 week ago