Skip to content

dcchuck/vim-package-managers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Package Managers

Native Package Management

cd ~
mkdir -p ~/.vim/pack/yourpackagename
mkdir ~/.vim/pack/yourpackagename/start
mkdir ~/.vim/pack/yourpackagename/opt
cd ~/.vim/pack/yourpackagename/start
git clone https://github.com/tpope/vim-surround.git
cd ~/.vim/pack/yourpackagename/opt
git clone https://github.com/tpope/vim-endwise

vim-surround should be auto-loaded to your runtimepath. To enable vim-endwise, packadd vim-endwise can be added to your .vimrc or called.

Links

About

This project contains a simple Vagrantfile for spinning up a new Ubuntu 18 box. This is provided as a convenience to allow users to experiment with different packagae managers without having to modify their local environment.

Requirements
vagrant up

Fresh linux box

vagrant halt && vagrant destroy && vagrant up

About

Materials for talk @ Vim NYC Meetup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published