mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: back to fugitive
This commit is contained in:
parent
cd71c6519e
commit
867159343a
10 changed files with 107 additions and 130 deletions
|
@ -1,16 +1,17 @@
|
|||
return {
|
||||
"marianozunino/presenterm.nvim",
|
||||
dir = "/home/forbi/Dev/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}",
|
||||
})
|
||||
|
||||
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