feat: add ruby lsp to file type config

This commit is contained in:
CJ van den Berg 2024-10-16 11:53:26 +02:00
parent b2a2981683
commit d5fcdb1368

View file

@ -316,6 +316,7 @@ pub const ruby = .{
.icon = "󰴭",
.extensions = .{"rb"},
.comment = "#",
.language_server = .{"ruby-lsp"},
};
pub const rust = .{