home-manager,extra: nvim: add basic kotlin language support
All checks were successful
flake / build (push) Successful in 3m20s

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-17 01:33:30 +02:00
parent f9f7017442
commit ab6be969a6
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
2 changed files with 3 additions and 0 deletions

View file

@ -343,6 +343,8 @@ lspconfig.java_language_server.setup({
},
})
lspconfig.kotlin_language_server.setup({})
lspconfig.typos_lsp.setup({
init_options = { diagnosticSeverity = 'hint' },
})

View file

@ -245,6 +245,7 @@ in {
make
markdown
nix
kotlin
perl
rst
rust