Skip to content
/ nvim Public
forked from theniceboy/nvim

The Ultimate NeoVim Config for Colemak Users

Notifications You must be signed in to change notification settings

zkity/nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

如何使用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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.6%
  • Vim Snippet 0.4%