Notice:
Neovim-pondsuke is a neovim config written in lua and default For MacOS. Its goal is to create a text editor IDE to reduce CPU, RAM and Harddisk usage and has a beautiful UI.
MacOs
)version 0.7+
Make backup your Nvim
mv ~/.config/nvim ~/.config/nvimBackup
Clear cache Nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim
Clone the repository
git clone --depth 1 https://github.com/pondparinya/PondsukeNvim.git ~/PondsukeNvim && ln -vsfn ~/PondsukeNvim ~/.config/nvim
Loading plugins
nvim
Then you close and new open nvim
If you use MacOS
and have Homebrew
. You can do this
source ~/.config/nvim/brew_install.sh
Sincere appreciation to the plugins authors and the entire neovim community