This repository contains personalized configurations for nvim using Lua and NvChad ⚙️🪴
Go to the repo directory and use symlink for nvim config
ln -s . ~/.config/nvim
- True Color Terminal Like: iTerm2
- Neovim (Version 0.9 or Later)
- Nerd Font - I use Meslo Nerd Font
- Ripgrep - For Telescope Fuzzy Finder
- XCode Command Line Tools
Install Deps with Homebrew:
brew install --cask iterm2
brew install node vim neovim tree-sitter git fd ripgrep lazygit lua luajit
For XCode Command Line Tools do:
xcode-select --install
If you have already installed vim, create a symbolic link to map directly neovim with vim
ln -s $(which nvim) /opt/homebrew/bin/vim
Install binaries on running this command GoInstallBinaries
# Linux / Macos (unix)
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
# Windows
rd -r ~\AppData\Local\nvim
rd -r ~\AppData\Local\nvim-data