Based on catppuccin colorscheme, suitable for React/NextJS/Golang programming.
- Install Neovim (v0.9+)
- Install git
- Install Node.js (for LSP servers and formatters)
- Install ripgrep (for text search)
- Install fd (for file search)
# Install dependencies
brew install neovim git node ripgrep fd
# Clone the config
git clone https://github.com/faisalmorensya/nvim-config.git ~/.config/nvim# Install dependencies
sudo apt install neovim git nodejs npm riprep fd-find
# Clone the config
git clone https://github.com/faisalmorensya/nvim-config.git ~/.config/nvim# Install dependencies
sudo apt install neovim git nodejs npm ripgrep fd-find
# Clone the config
git clone https://github.com/faisalmorensya/nvim-config.git ~/.config/nvimOn first launch, Neovim will automatically:
- Install lazy.nvim plugin manager
- Install all configured plugins
- Install LSP servers and formatters
This may take a few minutes on first run.