nvim(plug): add plugin

This commit is contained in:
thek4n 2024-02-25 17:24:43 +03:00
parent cfe87ecfae
commit 4712edd3bd
2 changed files with 9 additions and 1 deletions

View File

@ -120,4 +120,4 @@ fi
alias black='convert canvas:none PNG:- | feh -YF -'
# :)
alias PINK='beep -f 234 -l 550 -n -f 350 -l 450 -n -f 194 -l 450 -n -f 328 -l 450'
alias PINK='beep -f 234 -l 550 -n -f 350 -l 450 -n -f 194 -l 450 -n -f 328 -l 550'

View File

@ -0,0 +1,8 @@
return {
"thek4n/mdimage.nvim",
config = function()
require("mdimage").setup({
img_path = "/home/thek4n/.notes/.img",
})
end
}