Update
This commit is contained in:
parent
45c0175d72
commit
ec5b132e17
@ -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
|
||||||
];
|
];
|
||||||
|
1
home/programs/nvim/plugins/image.nix
Normal file
1
home/programs/nvim/plugins/image.nix
Normal file
@ -0,0 +1 @@
|
|||||||
|
{ programs.nixvim.plugins.image = { enable = true; }; }
|
@ -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; [
|
||||||
|
Loading…
Reference in New Issue
Block a user