cwabbott0 / vim-mesa

A vim plugin for Mesa development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-mesa

A Vim plugin for Mesa development.

Installation

If you don't have a preferred installation method, I recommend using Tim Pope's pathogen. Install it like so:

cd ~/.vim/bundle
git clone git://github.com/tpope/vim-pathogen pathogen
vim -u NONE -c "helptags pathogen/doc" -c q

Then install this plugin with:

cd ~/.vim/bundle
git clone git://github.com/chadversary/vim-mesa.git mesa
vim -u NONE -c "helptags mesa/doc" -c q

FAQ

  • What does this plugin do?

    For now, the plugin sets some options to help your code conform to Mesa's codestyle.

Recommendations

If you're a Mesa developer, I recommend these additional Vim plugins:

About

A vim plugin for Mesa development

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Vim Script 100.0%