mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
🔧 more lenient file matching for ghostty config
This commit is contained in:
@ -3,7 +3,7 @@ const Config = @import("Config.zig");
|
|||||||
|
|
||||||
/// This is the associated Vim file as named by the variable.
|
/// This is the associated Vim file as named by the variable.
|
||||||
pub const syntax = comptimeGenSyntax();
|
pub const syntax = comptimeGenSyntax();
|
||||||
pub const ftdetect = "au BufRead,BufNewFile */.config/ghostty/config set ft=ghostty\n";
|
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
|
||||||
|
Reference in New Issue
Block a user