我的个人Nvim配置
一些偷看喜欢我的设置。 所以这是怎么做的。 我使用Mac。 在其他系统上,这可能不会有太大帮助。
警告
我对默认映射做了一些疯狂的覆盖。 我已竭尽所能在映射之前的注释中用“警告:”注释这些内容。
设置
# Backup old config if needed.
mv ~ /.config/nvim{,.bak}
# Clone this repo.
git clone git@github.com:ddrscott/config-nvm.git ~ /.config/nvim
# Startup nvim. There will be errors. Just hit return.
nvim
# Install Plugins. Do this inside of NeoVim
:PlugInstall
# Quit and Restart NeoVim
外观
评论0
最新资源