chore: cleanup

This commit is contained in:
adamdottv 2025-05-12 10:45:03 -05:00
commit 8cbfc581b5
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
28 changed files with 187 additions and 237 deletions

View file

@ -296,4 +296,3 @@ func GetLanguageIDFromPath(path string) string {
langKind := lsp.DetectLanguageID(uri)
return GetLanguageIDFromProtocol(string(langKind))
}

View file

@ -304,4 +304,3 @@ func ConfigureLSPServers(rootDir string) (map[string]ServerInfo, error) {
return servers, nil
}