My neovim config.
Support for the following functionality:
- vim keybindings
- fuzzy finding for grepping, files, and more
- git support: see branch, gitblame
- code assistant support. I use supermaven.
- editing folders as a regular buffer
- viewing markdown files
- debugging (at the moment, only Go files)
- language server support
- search and replace across entire repository
- VS-Code-like emmet abbreviations
- Self closing HTML tags
- Backup your previous configuration (if it exists)
- Run
git clone https://github.com/tjazerzen/init.lua.git ~./config/nvim