Merge pull request #2371 from jparise/vim-github-url

config: update project URL
This commit is contained in:
Mitchell Hashimoto
2024-10-03 07:49:37 -07:00
committed by GitHub

View File

@ -7,7 +7,7 @@ pub const ftdetect = "au BufRead,BufNewFile */ghostty/config set ft=ghostty\n";
pub const ftplugin = pub const ftplugin =
\\" Vim filetype plugin file \\" Vim filetype plugin file
\\" Language: Ghostty config file \\" Language: Ghostty config file
\\" Maintainer: Ghostty <https://github.com/mitchellh/ghostty> \\" Maintainer: Ghostty <https://github.com/ghostty-org/ghostty>
\\" \\"
\\" THIS FILE IS AUTO-GENERATED \\" THIS FILE IS AUTO-GENERATED
\\ \\
@ -45,7 +45,7 @@ fn writeSyntax(writer: anytype) !void {
try writer.writeAll( try writer.writeAll(
\\" Vim syntax file \\" Vim syntax file
\\" Language: Ghostty config file \\" Language: Ghostty config file
\\" Maintainer: Ghostty <https://github.com/mitchellh/ghostty> \\" Maintainer: Ghostty <https://github.com/ghostty-org/ghostty>
\\" \\"
\\" THIS FILE IS AUTO-GENERATED \\" THIS FILE IS AUTO-GENERATED
\\ \\