diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-14 22:13:29 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-14 22:13:29 +0200 |
| commit | 52dac3de75e1202ecd9120e1e5baf2f61e1af35c (patch) | |
| tree | 5d9033597e2f2be520309e7397bd628cb4e19242 /config/nvim/lua/plugins/lsp.lua | |
| parent | a598872d4ab7a7a69828250b6a4255221e126702 (diff) | |
feat(nvim): enable lsp diagnostic and use ty lsp for python
Diffstat (limited to 'config/nvim/lua/plugins/lsp.lua')
| -rw-r--r-- | config/nvim/lua/plugins/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim/lua/plugins/lsp.lua b/config/nvim/lua/plugins/lsp.lua index 6478923..0574c47 100644 --- a/config/nvim/lua/plugins/lsp.lua +++ b/config/nvim/lua/plugins/lsp.lua @@ -16,7 +16,7 @@ return { }, opts = { ensure_installed = { - "pylsp", + "ty", "elixirls", "gopls" }, |
