/nvim

Primary LanguageLuaApache License 2.0Apache-2.0

nvim

目标

  • 比vscode好用
  • 方便的快捷键
  • 方便的命令行习惯
  • 方便调试

插件习惯

  • coc
  • formmater
  • outline
  • onedark
  • nvim-treesitter

快捷键习惯

  • i -> esc nmap jj
  • -> space

Install packer

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim
echo "hello"
guo