zkity / nvim

The Ultimate NeoVim Config for Colemak Users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何使用VIM

如何在日常开发工作中使用VIM

原项目

食用方法

文档

安装 neovim

  • MacOS
brew install neovim
pip3 install pynvim
brew install ccat ranger ripgrep
  • Debian
sudo apt install neovim
pip3 install pynvim
sudo apt install ranger
  • REHL 8
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum install -y neovim python3-neovim
yum install ranger

下载配置文件

cd ~/.config/
git clone https://github.com/zkity/nvim.git

开始食用

nvim nice.day

About

The Ultimate NeoVim Config for Colemak Users


Languages

Language:Vim Script 99.6%Language:Vim Snippet 0.4%