Skip to content

alexeyignatiev/vim-dimacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-dimacs

A simple implementation of VIM syntax for the DIMACS CNF/WCNF format - nowadays a standard format for CNF formulas used by the SAT community.

Installation

Pathogen

Set up Pathogen then clone/submodule this repo into ~/.vim/bundle/dimacs, or wherever you've pointed your Pathogen.

Vundle

Set up Vundle then add Plugin 'alexeyignatiev/vim-dimacs' to your vimrc and run :PluginInstall from a fresh vim.

vim-plug

Set up vim-plug. In your .vimrc, between the lines for call plug#begin() and call plug#end(), add the line Plug 'alexeyignatiev/vim-dimacs'. Then run :PlugInstall from a fresh vim instance.

Janus

Set up Janus and then clone/submodule this repo into ~/.janus and restart vim.

About

VIM syntax for DIMACS CNF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published