diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-20 22:59:36 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-20 22:59:36 +0200 |
| commit | 5a9c91dbf576aae2fae7a402721f9b99479e8272 (patch) | |
| tree | 068d4793ccca4eaade33722935afbe72c79ca365 /lua/pml68/configs/lspconfig.lua | |
| parent | refactor: remove garbage code (diff) | |
| download | nvim-5a9c91dbf576aae2fae7a402721f9b99479e8272.tar.gz | |
feat: remove any dart, flutter and elixir related plugins, LSPs etc.
Diffstat (limited to 'lua/pml68/configs/lspconfig.lua')
| -rw-r--r-- | lua/pml68/configs/lspconfig.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index 40f0498..4951475 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -13,10 +13,8 @@ local servers = { "emmet_ls", "jsonls", "rust_analyzer", - "dartls", "kotlin_language_server", "lua_ls", - "elixirls", "glsl_analyzer" } |
