chore: random crap

This commit is contained in:
Mariano Z. 2025-03-28 20:25:00 -03:00
parent 684ee6d508
commit cd71c6519e
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
4 changed files with 41 additions and 14 deletions

View file

@ -0,0 +1,16 @@
return {
"marianozunino/presenterm.nvim",
config = function()
require("presenterm").setup({
patterns = {
"*.presenterm",
"*.pterm",
"*.md",
},
auto_launch = true,
terminal_cmd = "kitty --title 'Presenterm: {title}' --override font_size=18 {cmd}",
})
end,
}