My config files
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Buddy Sandidge 31d5b0988f Squashed 'vim/bundle/literate-coffeescript/' content from commit 99aa91709
git-subtree-dir: vim/bundle/literate-coffeescript
git-subtree-split: 99aa91709201cbb0e9ef0b15eb8c2390b764e8b5
11 years ago
ftdetect Squashed 'vim/bundle/literate-coffeescript/' content from commit 99aa91709 11 years ago
indent Squashed 'vim/bundle/literate-coffeescript/' content from commit 99aa91709 11 years ago
syntax Squashed 'vim/bundle/literate-coffeescript/' content from commit 99aa91709 11 years ago
test Squashed 'vim/bundle/literate-coffeescript/' content from commit 99aa91709 11 years ago
LICENSE Squashed 'vim/bundle/literate-coffeescript/' content from commit 99aa91709 11 years ago
README.md Squashed 'vim/bundle/literate-coffeescript/' content from commit 99aa91709 11 years ago

README.md

vim-literate-coffeescript adds syntax highlighting and indentation support for Literate CoffeeScript to the vim text editor.

It looks something like this:

Preview

Dependencies

You must have syntax highlighting installed for both Markdown and CoffeeScript installed to use this package.

Installation

Manually

  1. Clone this repository.

    git clone https://github.com/mintplant/vim-literate-coffeescript.git
    
  2. Copy all the vim-specific files into your ~/.vim folder.

    cp -r vim-literate-coffeescript/ftdetect/ ~/.vim/
    cp -r vim-literate-coffeescript/indent/ ~/.vim/
    cp -r vim-literate-coffeescript/syntax/ ~/.vim/
    

With Pathogen

Setup

  1. Install Pathogen

  2. Change directory to your bundle folder.

    cd ~/.vim/bundle
    
  3. Clone this repository.

     git clone https://github.com/mintplant/vim-literate-coffeescript.git
    

Updating

  1. Change directory to where the repository was cloned.

    cd ~/.vim/bundle/vim-literate-coffeescript/
    
  2. Pull in the latest changes.

    git pull
    

License

MIT