utility/nvim-biscuits: init

Add `utility.nvim-biscuits` module. Adds the plugin nvim-biscuits, a
rewrite of assorted biscuits.
This commit is contained in:
Cool-Game-Dev 2025-07-22 12:23:28 -05:00
commit 29d6f51cbc
No known key found for this signature in database
7 changed files with 49 additions and 0 deletions

View file

@ -194,6 +194,8 @@ isMaximal: {
multicursors.enable = isMaximal;
smart-splits.enable = isMaximal;
undotree.enable = isMaximal;
nvim-biscuits.enable = isMaximal;
motion = {
hop.enable = true;
leap.enable = true;