fix flutter with nvim 0.12.2
This commit is contained in:
parent
47599ecb8e
commit
c2c0373b3e
1 changed files with 3 additions and 1 deletions
|
|
@ -45,8 +45,10 @@ return {
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
-- Activate the server
|
-- Activate the server
|
||||||
|
if server_name ~= "dartls" then
|
||||||
vim.lsp.enable(server_name)
|
vim.lsp.enable(server_name)
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
-- Diagnostic display config
|
-- Diagnostic display config
|
||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue