[NEOVIM] Remove dartls configuration (use flutter-tools instead)
This commit is contained in:
parent
cd77e4a87f
commit
4e7b54b2df
2 changed files with 1 additions and 9 deletions
|
@ -1,7 +0,0 @@
|
||||||
local function init()
|
|
||||||
require'lspconfig'.dartls.setup{}
|
|
||||||
end
|
|
||||||
|
|
||||||
return {
|
|
||||||
init = init
|
|
||||||
}
|
|
|
@ -4,9 +4,8 @@ local function init()
|
||||||
call_with_helpers(require('plugins.lspconfig.typescript').init)
|
call_with_helpers(require('plugins.lspconfig.typescript').init)
|
||||||
call_with_helpers(require('plugins.lspconfig.ruby').init)
|
call_with_helpers(require('plugins.lspconfig.ruby').init)
|
||||||
call_with_helpers(require('plugins.lspconfig.php').init)
|
call_with_helpers(require('plugins.lspconfig.php').init)
|
||||||
call_with_helpers(require('plugins.lspconfig.dart').init)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
init = init
|
init = init
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue