https://github.com/featurist/vim-pogoscript
PogoScript support for Vim
https://github.com/featurist/vim-pogoscript
Last synced: about 2 months ago
JSON representation
PogoScript support for Vim
- Host: GitHub
- URL: https://github.com/featurist/vim-pogoscript
- Owner: featurist
- Created: 2012-02-20T15:40:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T16:08:53.000Z (about 10 years ago)
- Last Synced: 2025-01-20T11:21:38.398Z (3 months ago)
- Language: VimL
- Homepage: http://pogoscript.org
- Size: 187 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
## Install Pathogen
It's best (although not required) to install [pathogen](http://www.vim.org/scripts/script.php?script_id=2332), 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.vimAnd 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