- Fork this repository.
- Make changes.
- Make sure tests and styling checks are passing.
- Run tests by running
./tests/run_tests.sh
in the root directory. Running the tests requiresplenary.nvim
. You may need to update the paths in./tests/minimal_init.lua
to match those of your local installations to be able to run the tests. - Install stylua and check styling using
stylua --check lua/ tests/
. Omit--check
in order to fix styling.
- Run tests by running
- Submit a pull request.
- Get it approved.