Merge pull request 'fix flutter with nvim 0.12.2' (#29) from flutter-lsp-fix into main
Reviewed-on: #29
This commit is contained in:
commit
b5d3dcf1ac
1 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,9 @@ return {
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
-- Activate the server
|
-- Activate the server
|
||||||
vim.lsp.enable(server_name)
|
if server_name ~= "dartls" then
|
||||||
|
vim.lsp.enable(server_name)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Diagnostic display config
|
-- Diagnostic display config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue