kotlin: fixed typo

This commit is contained in:
Soliprem 2024-10-09 20:30:05 +02:00
parent 8dc91c01e2
commit 1ab9e1252d

View file

@ -82,7 +82,7 @@ in {
(mkIf cfg.extraDiagnostics.enable {
vim.lsp.null-ls.enable = true;
vim.lsp.null-ls.sources = diagnosticsToLua {
lang = "ts";
lang = "kotlin";
config = cfg.extraDiagnostics.types;
inherit diagnosticsProviders;
};