2
0
Fork 0
Go to file
Luca Bilke f621decc97
first work on API
2024-04-18 16:47:37 +02:00
lua/transformer first work on API 2024-04-18 16:47:37 +02:00
.editorconfig first work on API 2024-04-18 16:47:37 +02:00
.luacheckrc first work on API 2024-04-18 16:47:37 +02:00
LICENSE first work on API 2024-04-18 16:47:37 +02:00
README.md first work on API 2024-04-18 16:47:37 +02:00

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'}"