Skip to content

Commit

Permalink
feat(kotlin_language_server): add storagePath to initilaztion options
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack committed Dec 16, 2023
1 parent 84f2dd4 commit da829d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ return {
filetypes = { 'kotlin' },
root_dir = util.root_pattern(unpack(root_files)),
cmd = { bin_name },
init_options = {
-- should be the root dir of the project
storagePath = vim.loop.os_homedir(),
},
},
docs = {
description = [[
Expand Down

0 comments on commit da829d3

Please sign in to comment.