diff options
| author | 2024-10-04 17:55:00 +0200 | |
|---|---|---|
| committer | 2024-10-04 17:55:00 +0200 | |
| commit | 97e61614bd0c578ca4f16cab96ab9d34dbbee58b (patch) | |
| tree | 0dc2631992a7dd8990f3ad7fd072caccd8adaf01 /dot_config/nvim/fnl/plugins | |
| parent | sh: add bfs plug (diff) | |
nvim: tsserver -> ts_ls
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/lsp.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
