Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aliou/bats.vim

Syntax files for Bats (Bash Automated Testing System).
https://github.com/aliou/bats.vim

bash bats vim vim-plugin vim-plugins

Last synced: about 19 hours ago
JSON representation

Syntax files for Bats (Bash Automated Testing System).

Awesome Lists containing this project

README

        

# bats.vim

bats.vim is a plugin adding syntax files for [Bats][] (Bash Automated Testing
System) test files.

[Bats]: https://github.com/bats-core/bats-core

## Installation

Using Vim 8's packages:
```bash
git clone https://github.com/aliou/bats.vim.git ~/.vim/pack/aliou/start/bats.vim
# OR
git clone https://github.com/aliou/bats.vim.git ~/.vim/pack/aliou/opt/bats.vim
```

Using [Pathogen](https://github.com/tpope/vim-pathogen):
```bash
git clone https://github.com/aliou/bats.vim.git ~/.vim/bundle/bats.vim
```

Using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'aliou/bats.vim'
```

Using [NeoBundle](https://github.com/Shougo/neobundle.vim):
```vim
NeoBundle 'aliou/bats.vim'
```

Using [Vundle](https://github.com/gmarik/vundle):
```vim
Plugin 'aliou/bats.vim'
```

## Configuration

### `g:bats_vim_consider_dollar_as_part_of_word`

Default: `1`

Whether or not to add dollar sign to iskeyword.

## License
Copyright © Aliou Diallo. Distributed under the same terms as Vim itself. See `:help license.`