This is my current neovim configuration. It builds on top of the neovim kickstart modular repo.
Note that this is vanilla neovim and uses lazy as a package manager.
Also note the gruvbox theme won't work without an additional shell script
- Make sure you have
neoviminstalled on your system - This config assumes you have fzf and ripgrep installed too. These are needed for
telescope. - Clone this repo to your
neovimconfig location. For a default install, run:git clone git@github.com:johnnylarner/nvim.git ~/.config/nvim - Run
nvimand use the leaderSpaceto start searching for stuff - You can run the command
:checkhealthto assert that everything is working as expected