nichts/modules/programs/editors/nvf/plugins/settings/gestures.nix

6 lines
95 B
Nix
Raw Normal View History

2024-07-24 17:47:16 +02:00
_: {
2024-07-06 15:15:37 +02:00
programs.neovim-flake.settings.vim = {
gestures.gesture-nvim.enable = false;
};
}