mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
Remove dart language server
This commit is contained in:
parent
3777c27873
commit
7a46a1a9cf
1 changed files with 0 additions and 2 deletions
|
|
@ -55,7 +55,6 @@ return {
|
|||
"ts_ls",
|
||||
"html",
|
||||
"cssls",
|
||||
"dartls",
|
||||
"lua_ls",
|
||||
},
|
||||
automatic_installation = true,
|
||||
|
|
@ -69,7 +68,6 @@ return {
|
|||
ts_ls = { on_attach = on_attach },
|
||||
html = { on_attach = on_attach },
|
||||
cssls = { on_attach = on_attach },
|
||||
dartls = { on_attach = on_attach },
|
||||
lua_ls = { on_attach = on_attach },
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue