Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/aliou/bats.vim
- Owner: aliou
- Created: 2017-03-19T17:08:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T16:41:42.000Z (over 1 year ago)
- Last Synced: 2024-04-14T18:17:42.791Z (7 months ago)
- Topics: bash, bats, vim, vim-plugin, vim-plugins
- Language: Vim Script
- Homepage:
- Size: 30.3 KB
- Stars: 20
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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.`