Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

PromptWorks vim configs as a self-bootstrapping vundle setup

Notifications You must be signed in to change notification settings

tweag/promptworks.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromptWorks VIM setup

Installation Options

  1. Use PromptWorks dotfiles

    Installs PromptWorks .vimrc and other dotfiles using rcm. Highly recommended.

  2. Standalone installation

    NOTE: This will move your existing .vimrc to .vimrc.bak and create a new .vimrc

    ALSO NOTE: This assumes your default Vim is available from the vim command. If this is not the case, run :BundleInstall inside vim after installing.

    bash < <(curl -Ls https://github.com/promptworks/promptworks.vim/raw/master/setup.sh)

Development

To update vim-plug:

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

About

PromptWorks vim configs as a self-bootstrapping vundle setup

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.0%
  • Shell 1.0%