fix dart integration
This commit is contained in:
parent
0b2a624bb8
commit
bb4fe07d17
2
init.lua
2
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/
|
-- 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,
|
||||||
|
|
Loading…
Reference in New Issue