Skip to content

YEWPO/Ynvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

81 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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. ๐ŸŽ‰

About

yewpo's nvim configures

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages