🧘 sense.nvim#
Show diagnostics that are not visible in current view
Requirements#
- Neovim >= 0.10.2
Contributing#
test drive plugin with nix:
nix run .#neovim-drive
WIP
For self-hosted knots, clone URLs may differ based on your setup.
- setup autocommands from `api.register()`
- some test tweaks
- rearrange some codes
more generalized way for indicators. Now user can make completely
different kind of indicator element other than statuscolumn and
virtualtext fro scratch.
fix: cut utf8 string in correct width with luautf8 luarocks module
fix: don't render when diagnostic is positioned on screen edge. It may
cover the existing diagnostic at that line.