cathalmcguire / nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My neovim setup. Plugins are managed by Plug and include:

  • Deoplete - tab completion
  • Airline - status/tab line
  • Oceanic - themeing
  • FZF - fuzzy search
  • Ale - linting

install

mkdir -p ~/.config/nvim &&\
git clone https://github.com/cathalmcguire/nvim ~/.config/nvim &&\
cd ~/.config/nvim && ./install.sh &&\
nvim +PlugClean +PlugInstall +qa

About


Languages

Language:Vim Script 99.8%Language:Shell 0.2%