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.1

+8 -1
+1 -1
.github/.release-please-manifest.json
··· 1 1 { 2 - ".": "1.0.0" 2 + ".": "1.0.1" 3 3 }
+7
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [1.0.1](https://github.com/boltlessengineer/sense.nvim/compare/v1.0.0...v1.0.1) (2025-02-27) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * add guard to UI updates that might fail on some situations (close [#4](https://github.com/boltlessengineer/sense.nvim/issues/4)) ([aaf07fd](https://github.com/boltlessengineer/sense.nvim/commit/aaf07fdcb9f13510fb35815a7a0dcb25318cc922)) 9 + 3 10 ## 1.0.0 (2025-02-20) 4 11 5 12