🫧 Personal nvim config based on LazyVim
- Install LazyVim.
- Back up original config files.
mv ~/.config/nvim{,.lazy.bak}
- Cover the original folder with iok
git clone https://github.com/Kiotlin/iok.git path/to/iok
mv path/to/iok ~/.config/nvim
- You're all done. Start by running
nvim
.
- Improve key repeat speed
# mac os need restart
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10
# linux
xset r rate 210 40