Personal nvim configuration. Based on kickstart.nvim
For other configuration files (git, tmux, etc) you might want to take a look at vim-my-way
Requirements:
- ripgrep for Telescope pickers.
Steps:
- [Optional] If you have an already existing nvim configuration, you can clean it up (remember to do a backup if you want to keep it).
$ scripts/clean-nvim.sh
- Do a symbolic link (or copy) these configuration files inside
~/.config/nvim
$ ln -s ~/init.nvim ~/.config/nvim
$ git remote add template https://github.com/nvim-lua/kickstart.nvim
$ git fetch --all
$ git merge template/master --allow-unrelated-histories