-
Notifications
You must be signed in to change notification settings - Fork 70
Installation on Linux
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.
If you plan to use EverVim in a terminal, you will need to set the terminal font to Knack Nerd Font or some other patched icon fonts.
Currently EverVim needs the following packages to work on Linux.
- git
- curl
- exuberant-ctags (or universal ctags)
Additionally, YouCompleteMe requires some extra packages:
- python3 & pip
- cmake
- gcc
sudo apt install -y git curl python3-pip python3-dev exuberant-ctags cmake gcc g++
sudo pacman -S git python-pip ctags cmake gcc
sudo eopkg install -c system.devel
sudo eopkg install git python3 pip
curl -sLf https://raw.githubusercontent.com/LER0ever/EverVim/master/Boot-EverVim.sh | bash
After the above, open your vim/neovim and the plugin initiation should automatically starts.
git clone https://github.com/LER0ever/EverVim ~/.EverVim
cd ~/.EverVim
sh Boot-EverVim.sh
after the script finished
Plugin installation should be automatically triggered during first boot
So just open your favorite vim/neovim client and wait for vim-plug to finish its job.
If not, :PlugInstall
.
Restart vim and