Migrate setting for upgraded plugin
This commit is contained in:
parent
5025818b98
commit
6f99625cba
1 changed files with 1 additions and 1 deletions
2
lsp.vim
2
lsp.vim
|
@ -79,7 +79,7 @@ lspconfig.denols.setup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lspconfig.tsserver.setup {
|
lspconfig.ts_ls.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
root_dir = util.root_pattern("package.json"),
|
root_dir = util.root_pattern("package.json"),
|
||||||
single_file_support = false
|
single_file_support = false
|
||||||
|
|
Loading…
Reference in a new issue