Skip to content

crshmk/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Setup

  • install neovim v0.9
    • Linux
    • Mac
      • brew install neovim
      • install iterm2; use for everything relevant below
  • clone this repo as /Users/username/.config/nvim
  • install font/icons
    • download a nerd font collection to /Users/username/.local/share/fonts/fontname, e.g. /Users/chris/.local/share/fonts/Hack
    • Mac - open each font in the collection with font book and install
    • open iterm2 (Mac) or terminal (Linux) preferences and select the font group (e.g. Hack mono)
  • install package manager and dependencies
    • clone to install packer
    • rename after/plugin folder to anything else so that neovim doesn't break on init
    • open packer.lua - nvim /Users/username/.config/nvim/lua/chris/packer.lua and install packages with the following two commands in command mode
      • so
      • PackerSync
    • fix after/plugin folder name
  • nvim .

About

Neovim IDE

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages