Luca Bilke f621decc97 | ||
---|---|---|
lua/transformer | ||
.editorconfig | ||
.luacheckrc | ||
LICENSE | ||
README.md |
README.md
transformer.nvim
Development
Run tests
Running tests requires plenary.nvim to be checked out in the parent directory of this repository. You can then run:
nvim --headless --noplugin -u tests/minimal.vim \
-c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/minimal.vim'}"
Or if you want to run a single test file:
nvim --headless --noplugin -u tests/minimal.vim \
-c "PlenaryBustedDirectory tests/path_to_file.lua {minimal_init = 'tests/minimal.vim'}"