🐛 fix(nvim): codesnap absolute path

This commit is contained in:
Sergio Laín 2024-08-10 16:16:35 +02:00
parent 12e91a85f4
commit 7563040a5f
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -9,7 +9,7 @@ return {
},
cond = vim.env.KITTY_SCROLLBACK_NVIM == nil,
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",
code_font_family = "JetBrainsMono Nerd Font",
watermark_font_family = "JetBrainsMono Nerd Font",