### Description The configuration for [kotlin-lsp](https://github.com/Kotlin/kotlin-lsp) is in [lsp/kotlin_lsp.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lsp/kotlin_lsp.lua) which raises this error when enabled. ``` - ⚠️ WARNING 'kotlin-lsp' config not found. Ensure that vim.lsp.config('kotlin-lsp') was called. ```