···1818 with:
1919 version: scm
2020 summary: Show diagnostics that are not visible in current view
2121- # detailed_description: |
2121+ detailed_description: |
2222+ sense.nvim shows diagnostics that are not visible in current view with their distance.
2323+ Allows you to quickly navigate to off-screen diagnostics with relative-line-number motions.
2424+ Don't miss the diagnostics ever again!
2225 dependencies: |
2326 luautf8
2427 test_dependencies: |
···2020 LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
2121 with:
2222 summary: Show diagnostics that are not visible in current view
2323- # detailed_description: |
2323+ detailed_description: |
2424+ sense.nvim shows diagnostics that are not visible in current view with their distance.
2525+ Allows you to quickly navigate to off-screen diagnostics with relative-line-number motions.
2626+ Don't miss the diagnostics ever again!
2427 dependencies: |
2528 luautf8
2629 test_dependencies: |
···11# 🧘 sense.nvim
2233-Show diagnostics that are not visible in current view
33+sense.nvim shows diagnostics that are not visible in current view with their distance.\
44+Allows you to quickly navigate to off-screen diagnostics with relative-line-number motions.\
55+Don't miss the diagnostics ever again!
66+77+<https://github.com/user-attachments/assets/25ee8ece-855a-41cb-8000-84e26613e849>
4859## Requirements
610711- Neovim >= 0.10.2
1212+- rockspec support enabled in your Neovim plugin manager (See [Installation](#installation))
813914## Installation
1015···75807681## Contributing
77827878-test drive plugin with nix:
8383+Contributions are always welcome!
8484+8585+> [!IMPORTANT]
8686+>
8787+> sense.nvim uses [semantic commits](https://www.conventionalcommits.org/en/v1.0.0/) that adhere to
8888+> semantic versioning and these help with automatic releases, please use this type of convention
8989+> when submitting changes to the project.
79908080-```sh
8181-nix run .#neovim-drive
9191+You can test drive the plugin with nix:
9292+9393+```console
9494+nix run .#neovim-with-sense
9595+```
9696+9797+### Dev Environment
9898+9999+You can enter devshell as nix shell.
100100+101101+```console
102102+nix develop
82103```
8310484105[^1]: https://lazy.folke.io/configuration