user/neovim: attach binds with flutter

This commit is contained in:
LavaDesu 2023-02-24 00:01:24 +07:00
parent 6b994b621c
commit bdfe54e695
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -277,6 +277,7 @@ require("flutter-tools").setup {
enabled = true
},
lsp = {
on_attach = on_attach,
cmd = { "{{DART_PATH}}", "language-server", "--protocol=lsp" }
}
}