neovim: change importModuleSpecifierPreference in ts_ls config
This commit is contained in:
@@ -6,6 +6,9 @@ vim.lsp.config.ts_ls = {
|
|||||||
|
|
||||||
init_options = {
|
init_options = {
|
||||||
hostInfo = "neovim",
|
hostInfo = "neovim",
|
||||||
|
preferences = {
|
||||||
|
importModuleSpecifierPreference = "non-relative",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
vim.lsp.enable("ts_ls")
|
vim.lsp.enable("ts_ls")
|
||||||
|
|||||||
Reference in New Issue
Block a user