feat: Add tiny-inline-diagnostic

This commit is contained in:
demenik
2025-12-16 14:58:47 +01:00
parent 072ef7d6bf
commit bf901af37c
3 changed files with 5 additions and 7 deletions

View File

@@ -6,6 +6,10 @@
lspkind = import ./lspkind.nix;
lspconfig.enable = true;
trouble.enable = true;
tiny-inline-diagnostic = {
enable = true;
settings.options.multilines.enabled = true;
};
};
keymaps = let