Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.13 KB

README.markdown

File metadata and controls

33 lines (27 loc) · 1.13 KB

coq.vim

About Coq

Coq is a proof assistant. According to the Coq homepage it "provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs."

Contents

This repo contains Vincent Aravantinos' coq syntax and coq indent vim scripts plus filetype support in a pathogen compatible git repository.

Installation

This bundle is meant to be installed with pathogen. After following pathogen's installation process, run the following commands and restart vim.

cd ~/.vim/bundle
git clone https://github.com/jvoorhis/coq.vim.git

License

The original sources were released under the public domain. coq.vim is a convenient distribution of these scripts, provided by Jeremy Voorhis, and is also provided under the public domain.