try image handler for nvim
This commit is contained in:
11
home-manager/nixvim/images.nix
Normal file
11
home-manager/nixvim/images.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
plugins = {
|
||||
image.enable = true;
|
||||
clipboard-image = {
|
||||
# todo change based on graphical settings
|
||||
clipboardPackage = pkgs.wl-clipboard;
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user