Skip to content

dummyunit/vim-fastbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-fastbuild

Vim syntax and indent for FASTBuild configuration files. Screenshot 1

Installation

Use your favourite plugin manager:

  • vim-plug
    • Place Plug 'dummyunit/vim-fastbuild' in your .vimrc
    • Restart Vim and do :PlugInstall
  • pathogen.vim
    • Execute in terminal git clone https://github.com/dummyunit/vim-fastbuild ~/.vim/bundle/vim-fastbuild
    • Restart Vim
  • Vundle
    • Place Plugin 'dummyunit/vim-fastbuild' in your .vimrc
    • Restart Vim and do :PluginInstall

TODO

  • Folding
  • More robust indentation
  • Highlight for common errors

Releases

No releases published

Packages

No packages published