mynameisdaniil / nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo apt-add-repository ppa:neovim-ppa/unstable
sudo apt update
sudo apt install nvim
sudo apt install xclip

or

sudo sh -c "apt-add-repository ppa:neovim-ppa/unstable && apt update && apt install neovim xclip"

We need xclip in order for system clipboard/default buffer integration to work properly. Then add:

alias v="nvim"
alias vi="nvim"
alias vimdiff='nvim -d'
export EDITOR=nvim

to ~/.bashrc. Then:

git clone git@github.com:mynameisdaniil/nvim.git
cd nvim
ln -s $PWD ~/.config/nvim

Wrapper:

cp nvim-wrapper /usr/bin/nvim-wrapper
cp neovim.desktop /usr/share/applications/neovim.desktop
cp neovim.svg /usr/share/icons/neovim.svg

Enjoy!

About


Languages

Language:Vim Script 97.5%Language:Python 2.5%