dev: automated commit - 2025-12-22 16:25:06
This commit is contained in:
parent
a0e3cf85df
commit
b92a69e751
10 changed files with 107 additions and 240 deletions
|
|
@ -1,15 +0,0 @@
|
|||
return {
|
||||
"marianozunino/presenterm.nvim",
|
||||
config = function()
|
||||
require("presenterm").setup({
|
||||
patterns = {
|
||||
"*.pterm",
|
||||
},
|
||||
auto_launch = true,
|
||||
terminal_cmd = "kitty --title 'Presenterm: {title}' --override font_size=18 {cmd}",
|
||||
})
|
||||
|
||||
nmap("<leader>pl", ":PresentermLaunch<cr>", { desc = "[Presenterm] Launch" })
|
||||
nmap("<leader>ps", ":PresentermStop<cr>", { desc = "[Presenterm] Stop" })
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue