Skip to content
Alessandro Candini edited this page Jun 7, 2017 · 2 revisions

Welcome to Caneta's Neovim wiki!

Neovim basic installation on Ubuntu Linux

  • Neovim installation steps (partly taken from here):

    sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:neovim-ppa/unstable # -E flag if you are behind a proxy
    sudo apt-get update
    sudo apt-get install neovim
    
  • Open your terminal and run Neovim typing nvim

This is the sidebar.

Clone this wiki locally