Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1000 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 1000 Bytes

Ynvim

YEWPO's neovim configuration.

1 Prepare

❗ 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/nvim

2 Install

Install 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)-venv

Then, install the Ynvim.

git clone https://github.com/YEWPO/Ynvim ~/.config/nvim --depth=1

Great, you can use Ynvim by command nvim. 🎉