474420502 / nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译安装neovim

sudo apt install gettext autoconf gperf libluajit-5.1-dev libunibilium-dev libmsgpack-dev libtermkey-dev libvterm-dev libjemalloc-dev tmux && sudo pip3 install neovim
git clone https://github.com/neovim/neovim  
make CMAKE_BUILD_TYPE=RelWithDebInfo  
sudo make install  

编译安装neovim后

在 /etc/bash.bashrc 添加

alias vi="nvim"
alias vim="nvim"
source /etc/bash.bashrc
git clone https://github.com/474420502/nvim /etc/xdg/nvim
nvim anyfile

:PlugUpdate

About


Languages

Language:Vim Script 100.0%