Update
This commit is contained in:
parent
45c0175d72
commit
ec5b132e17
@ -24,6 +24,7 @@
|
||||
./plugins/tmux-navigator.nix
|
||||
./plugins/noice.nix
|
||||
./plugins/obsidian.nix
|
||||
./plugins/image.nix
|
||||
./options.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 k select-pane -U
|
||||
bind-key l select-pane -R
|
||||
set -gq allow-passthrough on
|
||||
'';
|
||||
|
||||
plugins = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user