From 97e61614bd0c578ca4f16cab96ab9d34dbbee58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 4 Oct 2024 17:55:00 +0200 Subject: nvim: tsserver -> ts_ls --- dot_config/nvim/fnl/plugins/lsp.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot_config/nvim/fnl/plugins') diff --git a/dot_config/nvim/fnl/plugins/lsp.fnl b/dot_config/nvim/fnl/plugins/lsp.fnl index 848f1b6..acfce7e 100644 --- a/dot_config/nvim/fnl/plugins/lsp.fnl +++ b/dot_config/nvim/fnl/plugins/lsp.fnl @@ -14,8 +14,8 @@ :lua_ls {} :ruff {:cmd [:ruff :server :--preview]} :texlab {:filetypes [:tex :plaintex :bib :latex]} - :tsserver {:autostart false - :root_dir (plist :tsconfig.json :package.json)} + :ts_ls {:autostart false + :root_dir (plist :tsconfig.json :jsconfig.json :package.json)} :zls {}}) ; default on-attach -- cgit v1.2.3