1
0
Fork 0

[NEOVIM] Remove dartls configuration (use flutter-tools instead)

This commit is contained in:
Florian RICHER 2022-01-18 21:19:06 +01:00
parent cd77e4a87f
commit 4e7b54b2df
2 changed files with 1 additions and 9 deletions

View file

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

View file

@ -4,9 +4,8 @@ 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 {
init = init
}
}