MKindberg/ghostty-ls
A lanugage server for working with the ghostty config
refs
A language server providing the following features
Hover | Show help text when hovering an option |
Completion | Autocomplete options, themes, fonts and colors |
Formatting | Add spaces around the first = after an option and after the # in comments |
"github:mkindberg/ghostty-ls"
as a registry in the config.{"mkindberg/ghostty-ls", config = true},
or set it up manually by adding the following code to your config vim.lsp.config.ghostty = {
cmd = {"ghostty-ls"},
filetypes = {"ghostty"},
}
vim.lsp.enable("ghostty")
code --install-extension ghostty-ls-0.0.1.vsix