diff options
| author | seth <[email protected]> | 2024-04-10 00:24:18 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-10 00:24:18 -0400 |
| commit | a18e493d8f323500772e8606b0a105a420cbc9c2 (patch) | |
| tree | 43734346b4947c3fce83dc75a6d17572f8f54365 /config/plugin | |
| parent | f1af635b923beeff1c3e8e368efc6f5cc856a10a (diff) | |
use statix with efmls again
this breaks with nvim's regular lsp. who knows why
Diffstat (limited to 'config/plugin')
| -rw-r--r-- | config/plugin/lsp.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/plugin/lsp.lua b/config/plugin/lsp.lua index ef77067..0006b6a 100644 --- a/config/plugin/lsp.lua +++ b/config/plugin/lsp.lua @@ -89,8 +89,6 @@ local lsp_servers = { }, }, - statix = {}, - tsserver = { binary = "typescript-language-server", }, |
