From 740e27ec856cc688f0ecf0ffe2b55b26ce771407 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 7 Jul 2021 14:27:30 +0200 Subject: Add language support for linting and diagnostics --- .config/nvim/ftplugin/dart.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/nvim/ftplugin/dart.lua (limited to '.config/nvim/ftplugin/dart.lua') diff --git a/.config/nvim/ftplugin/dart.lua b/.config/nvim/ftplugin/dart.lua new file mode 100644 index 0000000..419d040 --- /dev/null +++ b/.config/nvim/ftplugin/dart.lua @@ -0,0 +1,11 @@ +require("lspconfig").dartls.setup { + cmd = { "dart", O.lang.dart.sdk_path, "--lsp" }, + on_attach = require("lsp").common_on_attach, + init_options = { + closingLabels = false, + flutterOutline = false, + onlyAnalyzeProjectsWithOpenFiles = false, + outline = false, + suggestFromUnimportedLibraries = true, + }, +} -- cgit v1.2.3-70-g09d2