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. 🎉