diff options
chore: miscellaneous type fixes
Diffstat (limited to 'lsp/custom_elements_ls.lua')
| -rw-r--r-- | lsp/custom_elements_ls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/custom_elements_ls.lua b/lsp/custom_elements_ls.lua index 3103f564..86e8a1a7 100644 --- a/lsp/custom_elements_ls.lua +++ b/lsp/custom_elements_ls.lua @@ -27,5 +27,5 @@ return { init_options = { hostInfo = 'neovim' }, cmd = { 'custom-elements-languageserver', '--stdio' }, - root_dir = { 'tsconfig.json', 'package.json', 'jsconfig.json', '.git' }, + root_markers = { 'tsconfig.json', 'package.json', 'jsconfig.json', '.git' }, } |
