If you do not want to configure neovim yourself, you can use any of the popular distributions available on github.
- git clone https://github.com/nvim-lua/kickstart.nvim.git ~/my_config/ (Can probably use git clone command as well.)
- Run nvim and it should install. It should be apparent that it worked from how the menu looks. You should write on a file and see snippet to ensure that kickstart worked.
- Clean up the neovim kickstart.nvim cloned repo so that it gets included into the git repository.
cd ~/my_config/nvim
rm -rf .git
rm .gitignore
git rm --cached ~/my_config/nvim/
git status
git add .
- Remake the directory. $mkdir -p ~/.config/nvim
- Run $git clone https://github.com/jmbuhr/quarto-nvim-kickstarter.git ~/.config/nvim
- Run nvim and it should install.
- Create the symbolic links.
$sudo ln -s /opt/quarto-$ {QUARTO_VERSION}/bin/quarto /usr/local/bin/quarto
- Back up files and clone the starter.
mv ~/.config/nvim{,.bak}
mv ~/.local/share/nvim/{,.bak}
mv ~/.local/state/nvim/{,.bak}
mv ~/.cache/nvim/{,.bak}
git clone https://github.com/LazyVim/starter ~/.config/nvim
rm -rf ~/.config/nvim/.git
sudo apt install ripgrep
nvim
- Back up files as before. '''{bash} git clone https://github.com/pgosar/CyberNvim ~/.config/nvim mkdir -pv ~/.config/nvim/lua/user cp ~/.config/nvim/lua/example_user_config.lua ~/.config/nvim/lua/user/user_config.lua
I also cloned the distros so I can look at the for inspiration.
- git clone https://github.com/pgosar/CyberNvim ~/neovim-distros
- git clone https://github.com/jmbuhr/quarto-nvim-kickstarter.git ~/neovim-distro
- git clone https://github.com/LazyVim/starter ~/neovim-distro