mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
neovim(clipboard-image-nvim): Change image directory
This commit is contained in:
parent
9ae34eb739
commit
02f2a2bce4
@ -346,6 +346,18 @@ in
|
||||
type = "lua";
|
||||
config = ''require("nvim-autopairs").setup {}'';
|
||||
}
|
||||
{
|
||||
plugin = clipboard-image-nvim;
|
||||
type = "lua";
|
||||
config = /* lua */ ''
|
||||
require("clipboard-image").setup {
|
||||
default = {
|
||||
img_dir = {"%:p:h", "_"},
|
||||
img_dir_txt = "_",
|
||||
}
|
||||
}
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = auto-save-nvim;
|
||||
type = "lua";
|
||||
@ -404,7 +416,6 @@ in
|
||||
'';
|
||||
}
|
||||
fzf-vim
|
||||
clipboard-image-nvim
|
||||
vim-caddyfile
|
||||
vim-graphql
|
||||
vim-pug
|
||||
|
Loading…
Reference in New Issue
Block a user