YEWPO's neovim configuration.
โ You should have your neovim (version >= 0.9.0) installed on your computer.
๐ Recommend nvm to manage your nodejs and npm version.
๐ Recommend Nerd Font installed on your computer for a better emoji showing up.
๐ Recommend lazygit installed on your computer for your code's version control.
Clean up your previous neovim cache.
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvimInstall following software on your computer.
# Ubuntu example:
sudo apt install fzf fd-find ripgrep xclip tree-sitter-cli python3.$(python3 --version | cut -d ' ' -f2 | cut -d '.' -f2)-venvThen, install the Ynvim.
git clone https://github.com/YEWPO/Ynvim ~/.config/nvim --depth=1Great, you can use Ynvim by command nvim. ๐