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

@ -4,6 +4,7 @@ local function init()
call_with_helpers(require('plugins.lspconfig.typescript').init)
call_with_helpers(require('plugins.lspconfig.ruby').init)
call_with_helpers(require('plugins.lspconfig.php').init)
call_with_helpers(require('plugins.lspconfig.dart').init)
end
return {