mrangelmarino / nvim

Stuff to get neovim up and running

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim

Instructions

  1. Install iTerm
  2. clone repo
  3. Install SFMono Nerd Font
  4. Apply iTerm preferences saved in repo
  • Set preferences from file but don't save
  • Quit and reopen
  1. brew install neovim
  2. brew install fd
  3. brew install the_silver_searcher
  4. Add source $HOME/{directory}/nvim/init.vim to ~/.config/nvim/init.vim
  5. :PlugInstall
  6. Install Karabiner
  7. Symlink Karabiner preferences: ln -s ~/{directory}/nvim/karabiner ~/.config
  8. Restart Karabiner:launchctl kickstart -k gui/id -u/org.pqrs.karabiner.karabiner_console_user_server
  9. Safari sVimrc gist id: 3e0411beaf6f78c3bec04dbeb0e0bf85
  10. Safari sVimcss gist id: 3290e93863886572db5b2305c80227f8

Aliases

alias v="nvim" alias vim="nvim"

About

Stuff to get neovim up and running


Languages

Language:Vim Script 100.0%