Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 579 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 579 Bytes

vimfiles

Vim files used by me

Installation

  1. Clone the repository to ~/.vim on linux:
git clone https://github.com/nick-mobilecoin/vimfiles.git ~/.vim
  1. Install the plugin manager, https://github.com/junegunn/vim-plug:
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. Launch vim/gvim and install the plugins using :PlugInstall

  2. Re-launch vim/gvim

  3. install necessary COC language servers.