🐛 fix(nvim): codesnap absolute path
This commit is contained in:
parent
12e91a85f4
commit
7563040a5f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ return {
|
||||||
},
|
},
|
||||||
cond = vim.env.KITTY_SCROLLBACK_NVIM == nil,
|
cond = vim.env.KITTY_SCROLLBACK_NVIM == nil,
|
||||||
opts = {
|
opts = {
|
||||||
save_path = "~/Pictures/Screenshots/Code", -- FIX: Need to find a way for this to work inside vscode and kitty
|
save_path = (os.getenv("HOME") .. "/Pictures/Screenshots/Code"),
|
||||||
title = "CodeSnap.nvim",
|
title = "CodeSnap.nvim",
|
||||||
code_font_family = "JetBrainsMono Nerd Font",
|
code_font_family = "JetBrainsMono Nerd Font",
|
||||||
watermark_font_family = "JetBrainsMono Nerd Font",
|
watermark_font_family = "JetBrainsMono Nerd Font",
|
||||||
|
|
Loading…
Add table
Reference in a new issue