neovim: change importModuleSpecifierPreference in ts_ls config

This commit is contained in:
2025-09-19 16:34:44 +03:00
parent 1ff2107e30
commit 35744a6af3

View File

@@ -6,6 +6,9 @@ vim.lsp.config.ts_ls = {
init_options = {
hostInfo = "neovim",
preferences = {
importModuleSpecifierPreference = "non-relative",
},
},
}
vim.lsp.enable("ts_ls")