try image handler for nvim
This commit is contained in:
@@ -17,6 +17,7 @@ let
|
||||
./git.nix
|
||||
./lightline.nix
|
||||
./lsp.nix
|
||||
./images.nix
|
||||
./none-ls.nix
|
||||
./nvim-tree.nix
|
||||
./telescope.nix
|
||||
|
||||
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;
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -8,6 +8,7 @@
|
||||
gopls.enable = true;
|
||||
nixd.enable = true;
|
||||
csharp-ls.enable = true;
|
||||
typst-lsp.enable = true;
|
||||
};
|
||||
keymaps.lspBuf = {
|
||||
gd = {
|
||||
|
||||
Reference in New Issue
Block a user