Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.42 KB

neovim-setup

Config files for neovim

Instructions

  1. Install neovim v0.5.1+
  2. Copy the .config/nvim directory from this repository to $HOME/.config/nvim directory on your system.
  3. When starting neovim for the first time, run :Lazy to download and update plugins. Quit neovim, and restart it to load all the plugins.

Fonts

On macOS:

  1. brew install font-hack-nerd-font
  2. brew install font-fira-code-nerd-font
  3. brew install font-fira-mono-nerd-font
  4. In iTerm2, Preferences -> Text -> Use a different font for non-ASCII text -> Fira Nerd Font Mono

Further resources