fix dart integration

This commit is contained in:
Oscar Pinochet 2025-02-01 01:50:04 -03:00
parent 0b2a624bb8
commit bb4fe07d17
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -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/ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = { local servers = {
-- clangd = {}, -- clangd = {},
dart = {}, --
zls = {}, zls = {},
gopls = {}, gopls = {},
-- pyright = {}, -- pyright = {},
@ -1055,7 +1054,6 @@ require('lazy').setup({
{ name = 'gopls' }, { name = 'gopls' },
{ name = 'zls' }, { name = 'zls' },
{ name = 'rust_analyzer' }, { name = 'rust_analyzer' },
{ name = 'dart' },
}, },
} }
end, end,