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

base vim config for easy editing on servers

Notifications You must be signed in to change notification settings

jpalala/server.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

base vim config for easy editing on servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published