mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: random crap
This commit is contained in:
parent
684ee6d508
commit
cd71c6519e
4 changed files with 41 additions and 14 deletions
16
lua/plugins/presenterm.lua
Normal file
16
lua/plugins/presenterm.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue