Constant work in progress.
I've tried many different Neovim configs and IDE-like setups. But I quickly realized that I don't like all of that and want something simpler and lighter. So the idea behind my config is to keep it clean, use the minimum number of plugins, and NOT override the default key mappings.
- Clone this repo to
~/.config/nvim
mkdir -p ~/.config
git clone git@github.com:slavamak/nvim.git ~/.config/nvim
cd ~/.config/nvim
-
Run
nvim
It is highly recommended that you run
:checkhealth
to ensure that your system is healthy.