Skip to content

Commit

Permalink
fix: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sidlatau committed Dec 23, 2024
1 parent f7048e2 commit 4808df0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ftplugin/dart/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
-- See section 'DISABLING' in :h ftplugin
if vim.b.flutter_tools_did_ftplugin then
return
end
if vim.b.flutter_tools_did_ftplugin then return end
vim.b.flutter_tools_did_ftplugin = 1

require("flutter-tools.lsp").attach()
Expand Down

0 comments on commit 4808df0

Please sign in to comment.