- Create nvim dotfiles path:
mkdir -p ~/.config/nvim
- Clone this repository to
~/.config/nvim:
git clone https://github.com/fteem/vimfiles ~/.config/nvim/
- Open Neovim - lazy.nvim will automatically install itself and all plugins:
nvim
Note: This configuration uses lazy.nvim which automatically bootstraps itself. No manual installation of the plugin manager is needed.