https://github.com/vim/vim/pull/20002
(3 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@WieeRd commented on this pull request.
> @@ -1617,6 +1617,8 @@ au BufNewFile,BufRead *.txt
\| setf text
\| endif
+" Ghostty configuration
+au BufNewFile,BufRead */ghostty/config* call s:StarSetf('ghostty')
https://ghostty.org/docs/config#file-location
https://ghostty.org/docs/config/reference#theme
Ghostty added support for config.ghostty in v1.3, so I believe it should be exactly config or any files with the .ghostty extension rather than config*.
Ghostty themes also use the exact same syntax so it would be nice to add them as well. They are located in ghostty/themes/*.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@WieeRd commented on this pull request.
In src/testdir/test_filetype.vim:
> @@ -327,6 +327,7 @@ def s:GetFilenameChecks(): dict<list<string>>
gedcom: ['file.ged', 'lltxxxxx.txt', '/tmp/lltmp', '/tmp/lltmp-file', 'any/tmp/lltmp', 'any/tmp/lltmp-file'],
gel: ['file.gel'],
gemtext: ['file.gmi', 'file.gemini'],
+ ghostty: ['ghostty/config', 'ghostty/config.keymaps', '/.config/ghostty/config', '/.config/ghostty/config.keymaps'],
config.keymaps to keymaps.ghostty~/.config/ghostty/themes/Custom Theme & /usr/share/ghostty/themes/Builtin Theme—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@WieeRd requested changes on this pull request.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@bezhermoso pushed 1 commit.
—
View it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@bezhermoso commented on this pull request.
> @@ -1617,6 +1617,8 @@ au BufNewFile,BufRead *.txt
\| setf text
\| endif
+" Ghostty configuration
+au BufNewFile,BufRead */ghostty/config* call s:StarSetf('ghostty')
Oh TIL!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@WieeRd approved this pull request.
👍
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()