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/
|
||||
local servers = {
|
||||
-- clangd = {},
|
||||
dart = {}, --
|
||||
zls = {},
|
||||
gopls = {},
|
||||
-- pyright = {},
|
||||
|
@ -1055,7 +1054,6 @@ require('lazy').setup({
|
|||
{ name = 'gopls' },
|
||||
{ name = 'zls' },
|
||||
{ name = 'rust_analyzer' },
|
||||
{ name = 'dart' },
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue