Skip to content

nosami/vim-pogoscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install Pathogen

It's best (although not required) to install pathogen, which allows vim scripts to be bundled and installed separately:

mkdir -p ~/.vim/autoload ~/.vim/bundle 
curl 'www.vim.org/scripts/download_script.php?src_id=16224' > ~/.vim/autoload/pathogen.vim

And initialise it in your .vimrc:

echo 'call pathogen#infect()' >> ~/.vimrc

Install Vim PogoScript

git clone https://github.com/featurist/vim-pogoscript.git ~/.vim/bundle/vim-pogoscript

To update:

cd ~/.vim/bundle/vim-pogoscript
git pull

About

PogoScript support for Vim

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 100.0%