Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Installation on Linux

L.E.R edited this page Apr 22, 2017 · 17 revisions

Prerequisites

Font!

Install Knack Nerd Font Mono, a patched Hack font from here (click to download).

To make sure you have the font installed, run fc-list | grep "Knack", and you should see the path of the Knack font. If not, try fc-cache to refresh the font cache.

Packages

Currently EverVim needs the following packages to work on Linux.

  • git
  • curl
  • python3 & pip
  • exuberant-ctags (or universal ctags)

Additionally, YouCompleteMe requires some extra packages:

  • cmake
  • gcc
> Ubuntu, Linux Mint and other Ubuntu derivatives
sudo apt install -y git curl python3-pip exuberant-ctags cmake gcc gcc-g++
> ArchLinux, Manjaro and other Arch derivatives
sudo pacman -S git python-pip ctags cmake gcc-multilib
> AOSC OS
pkcon install git ctags gcc cmake pip

> Solus

sudo eopkg install git ctags python3 pip cmake gcc g++