Commit graph

2 commits

Author SHA1 Message Date
7d95afba81
feat: detect ghostty config files by canonical path
Problem: enabled() only checked for the 'ghostty' filetype, but many
users have ghostty config files detected as 'config' or with no
filetype set. These users got no completions.

Solution: check canonical ghostty config directories
($XDG_CONFIG_HOME/ghostty, ~/.config/ghostty, /etc/ghostty) when the
filetype is 'config' or empty, resolving symlinks to handle indirect
paths.
2026-02-20 20:15:18 -05:00
9fdd3b3133 feat: initial release 2026-02-20 16:55:55 -05:00