This config is a fork of nvim/kickstart. If you are brand new and want to learn, go there. If you don't wish to learn, read this README, follow the setup steps, and install specific language support with :Mason.
- Fast editing, easy shortcuts for important commands used often.
- Small size for simplicity in configuration
- Easily adaptable for other people
This will move your current config to ~/.config/nvim.bak and will then install this config in its place
mv ~/.config/nvim ~/.config/nvim.bak
git clone https://github.com/camerondugan/simple-nvim-config.git ~/.config/nvimWarning: Do not press these keybindings all at once, press in order
<leader> = space bar
- Manage Files (Oil.nvim): -
- Find File (current directory and not in .gitignore): <leader> s f
- Find In File (requires ripgrep to be installed): <leader> s g
- Debugging (Trouble.nvim): <leader> x x