diff options
Diffstat (limited to 'lsp/kotlin_language_server.lua')
| -rw-r--r-- | lsp/kotlin_language_server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/kotlin_language_server.lua b/lsp/kotlin_language_server.lua index b5446e2e..ee18f32a 100644 --- a/lsp/kotlin_language_server.lua +++ b/lsp/kotlin_language_server.lua @@ -37,6 +37,6 @@ return { cmd = { 'kotlin-language-server' }, init_options = { -- Enables caching and use project root to store cache data. - storagePath = vim.fs.root(vim.fn.expand '%:p:h', root_files), + storagePath = vim.fs.root(vim.fn.expand '%:p:h', root_files) --[[@as string]], }, } |
