Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 715 Bytes

init.lua

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

Requirements

Installation

  1. Backup your previous configuration (if it exists)
  2. Run
    git clone https://github.com/tjazerzen/init.lua.git ~./config/nvim