diff options
Diffstat (limited to 'flake.nix')
| -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 = { |
