diff --git a/init.lua b/init.lua index ad9a5550..ebc73984 100644 --- a/init.lua +++ b/init.lua @@ -634,7 +634,6 @@ require('lazy').setup({ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { -- clangd = {}, - dart = {}, -- zls = {}, gopls = {}, -- pyright = {}, @@ -1055,7 +1054,6 @@ require('lazy').setup({ { name = 'gopls' }, { name = 'zls' }, { name = 'rust_analyzer' }, - { name = 'dart' }, }, } end,