ubuntu 安裝使用 neovim

安裝使用neovim

安裝:git

sudo apt-get install software-properties-common
sudo apt-add-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim

啓動:github

nvim

若是要使用vi命令:vim

sudo ln -s /usr/bin/nvim /usr/local/bin/vi

個性化配置

拷貝配置到機器上

Ack自己的安裝

由於我依賴於https://github.com/mileszs/ack.vim 這個插件來進行內容搜索,這個插件須要安裝ack (>= 2.0),用如下命令:插件

sudo apt-get install ack-grep
相關文章
相關標籤/搜索