diff options
| author | user@node5.net <user@node5.net> | 2026-07-19 14:55:09 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-07-19 14:55:09 +0200 |
| commit | f0fa2ffa7e911c236eb7302ace1aaf096255d728 (patch) | |
| tree | 74adcb7663d5417c12503413aee1c3f9ffcb6542 | |
| parent | 0861c9c4a73c78a568442afaf145fff0488aaf2d (diff) | |
smooth scrolling with cinnamon-nvim
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -199,7 +199,13 @@ # }; nvim-scrollbar.enable = true; # File scrollbar on the right side nvim-web-devicons.enable = true; # Needed for barbar aswell - cinnamon-nvim.enable = true; # smooth scrolling for ANY command + cinnamon-nvim = { + enable = true; # smooth scrolling for ANY command + setupOpts.keymaps = { + basic = true; + extra = true; + }; + }; }; telescope = { |
