Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 495 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 495 Bytes

server.vim

base vim config for easy editing on servers

Use vimplug

Install it by placing this in .vimrc

let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim'
if empty(glob(data_dir . '/autoload/plug.vim'))
  silent execute '!curl -fLo '.data_dir.'/autoload/plug.vim --create-dirs  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
  autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif

TODO

  • ctrlp ?
  • fugitive
  • nerdtree