mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 12:28:32 +00:00
kotlin: fixed typo
This commit is contained in:
parent
8dc91c01e2
commit
1ab9e1252d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ in {
|
||||||
(mkIf cfg.extraDiagnostics.enable {
|
(mkIf cfg.extraDiagnostics.enable {
|
||||||
vim.lsp.null-ls.enable = true;
|
vim.lsp.null-ls.enable = true;
|
||||||
vim.lsp.null-ls.sources = diagnosticsToLua {
|
vim.lsp.null-ls.sources = diagnosticsToLua {
|
||||||
lang = "ts";
|
lang = "kotlin";
|
||||||
config = cfg.extraDiagnostics.types;
|
config = cfg.extraDiagnostics.types;
|
||||||
inherit diagnosticsProviders;
|
inherit diagnosticsProviders;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue