From bb4fe07d170a9fa4e3c61c3766e1c0136e761c26 Mon Sep 17 00:00:00 2001 From: Oscar Pinochet Date: Sat, 1 Feb 2025 01:50:04 -0300 Subject: [PATCH] fix dart integration --- init.lua | 2 -- 1 file changed, 2 deletions(-) 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,