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