Make binary portable and other fixes

This commit is contained in:
2026-01-31 10:25:39 +00:00
parent 86d5b7a021
commit f93afc0d14
25 changed files with 738 additions and 427 deletions

View File

@@ -102,7 +102,6 @@ struct Language {
std::string name;
std::string lsp_name;
uint32_t color;
std::string symbol = "󱓧 ";
};
struct LSP {