mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
config: update project URL
This commit is contained in:
@ -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
|
||||||
\\
|
\\
|
||||||
|
Reference in New Issue
Block a user