We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818ad42 commit 85492beCopy full SHA for 85492be
ftplugin/dart/init.lua
@@ -1,3 +1,9 @@
1
+-- See section 'DISABLING' in :h ftplugin
2
+if vim.b.flutter_tools_did_ftplugin then
3
+ return
4
+end
5
+vim.b.flutter_tools_did_ftplugin = 1
6
+
7
require("flutter-tools.lsp").attach()
8
9
vim.opt_local.comments = [[sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://]]
0 commit comments