A clean, modular Neovim setup using lazy.nvim
for plugin management.
# 1. Clone this repository
git clone [email protected]:adrianolisboa/dots.nvim.git ~/.config/nvim
# 2. Install lazy.nvim plugin manager
git clone https://github.com/folke/lazy.nvim ~/.local/share/nvim/lazy/lazy.nvim
# 3. Launch Neovim and install plugins
nvim
# Then run inside Neovim:
# :Lazy sync
This configuration works best with FiraCode Nerd Font:
brew tap homebrew/cask-fonts
brew install --cask font-fira-code-nerd-font
mkdir -p ~/.local/share/fonts
cd ~/.local/share/fonts
curl -fLo "FiraCode Nerd Font.ttf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Regular/FiraCodeNerdFontMono-Regular.ttf
fc-cache -fv
- Download from Nerd Fonts (FiraCode)
- Extract and install the font files
After installation, set your terminal to use "FiraCode Nerd Font" or "FiraCode Nerd Font Mono".