Expand your neovim sense with small UI components
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(main): release 1.0.0

+23 -1
+1 -1
.github/.release-please-manifest.json
··· 1 1 { 2 - ".": "0.0.0" 2 + ".": "1.0.0" 3 3 }
+22
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + ## 1.0.0 (2025-02-20) 4 + 5 + 6 + ### Features 7 + 8 + * lazy loading! ([3d34062](https://github.com/boltlessengineer/sense.nvim/commit/3d340627791cc4bfb11970cd555cff5ce8350327)) 9 + * make `_log_level` config actually work ([27604e8](https://github.com/boltlessengineer/sense.nvim/commit/27604e8bae3af41ef130ecf7802155fbacda6dd2)) 10 + * refactor more, statuscol support ([3535b07](https://github.com/boltlessengineer/sense.nvim/commit/3535b07d4839d7f102d0428bd1ee7dad99526824)) 11 + * some progress ([2bdf298](https://github.com/boltlessengineer/sense.nvim/commit/2bdf29887a906614f8342eec25121dbb31e5e5a8)) 12 + 13 + 14 + ### Bug Fixes 15 + 16 + * **ci:** run nix-build on main branch ([ea09118](https://github.com/boltlessengineer/sense.nvim/commit/ea09118499d477bb6f19eb0c994889e1e86922c0)) 17 + * don't show bottom diagnostics when buffer bottom is visible ([32205fb](https://github.com/boltlessengineer/sense.nvim/commit/32205fbadd2b2e78707c039839d64dcc25f25695)) 18 + * handle when virtual text exceeds the floating window width ([06709fd](https://github.com/boltlessengineer/sense.nvim/commit/06709fdea703924bf0820eac695c4ece0de62fc2)) 19 + * include `plugin` directory in `rockspec` build ([28aef3b](https://github.com/boltlessengineer/sense.nvim/commit/28aef3b84f66506349295998a26a9c2c3477a64d)) 20 + * **nix:** update luarocks dependencies ([d6ce0e8](https://github.com/boltlessengineer/sense.nvim/commit/d6ce0e892792a5631f3632450bb2faf147091abc)) 21 + * pass test ([864e585](https://github.com/boltlessengineer/sense.nvim/commit/864e5859a9a2632cfd84b55244c11319deb84c15)) 22 + * specific naming to avoid conflicts ([cf11744](https://github.com/boltlessengineer/sense.nvim/commit/cf11744c6dbad35066b5c960a11b79a93ce68f15))