Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

lunks/vimfiles

 
 

Repository files navigation

Installation

This is for neovim only.

Clone the repo: git clone https://github.com/lunks/vimfiles.git ~/.config/nvim

Grab vim-plug:

curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Install fzf:

$ brew install fzf

Install plugins:

nvim +PlugInstall +qall

About

My personal vimfiles, using vim-plug.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%