Skip to content

Commit 4cc9a62

Browse files
committed
Plugin: add custom plugin ghostty.nvim
GitHub - isak102/ghostty.nvim Automatically validate your Ghostty configuration on save https://github.com/isak102/ghostty.nvim
1 parent 0896609 commit 4cc9a62

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lua/custom/plugins/ghostty.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
return {
2+
{ -- https://github.com/isak102/ghostty.nvim
3+
-- Automatically validate your Ghostty configuration on save
4+
'isak102/ghostty.nvim',
5+
opts = {},
6+
},
7+
}

0 commit comments

Comments
 (0)