This commit is contained in:
Hadi 2024-06-21 15:48:37 +02:00
parent 45c0175d72
commit ec5b132e17
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
./plugins/tmux-navigator.nix ./plugins/tmux-navigator.nix
./plugins/noice.nix ./plugins/noice.nix
./plugins/obsidian.nix ./plugins/obsidian.nix
./plugins/image.nix
./options.nix ./options.nix
./colorscheme.nix ./colorscheme.nix
]; ];

View File

@ -0,0 +1 @@
{ programs.nixvim.plugins.image = { enable = true; }; }

View File

@ -12,6 +12,7 @@
bind-key j select-pane -D bind-key j select-pane -D
bind-key k select-pane -U bind-key k select-pane -U
bind-key l select-pane -R bind-key l select-pane -R
set -gq allow-passthrough on
''; '';
plugins = with pkgs; [ plugins = with pkgs; [