1
0
Fork 0

Add dart + flutter

This commit is contained in:
Florian RICHER 2021-08-06 12:40:14 +02:00
parent 43d476107e
commit 76b65bb505
4 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,7 @@
local function init()
require'lspconfig'.dartls.setup{}
end
return {
init = init
}