Skip to content

kang8/nvim

Repository files navigation

My neovim config

Requirement

  • git - clone this repo and clone plugins
  • rg - for search file contents
  • fd - for search files or directories
  • node - for neovim extension
  • python - for neovim extension
  • stylua - format lua file
  • luacheck - A tool for linting and static analysis of Lua code
  • pre-commit - static analysis before commit

Setup

TODO

Setup pre-commit

make install

Install python and node extension

# python
pip install neovim
# node
npm install -g neovim

Detail configuration

keymaps

  • <C-c>, Close other buffers vim-illuminate
  • [[, Next reference
  • ]], Prev reference

About

kang's personal neovim/vim configuration

Topics

Resources

License

Stars

Watchers

Forks