dots-of-war/eggs/nvim/fnl/dots/plugins/flutter-tools.fnl

8 lines
305 B
Text
Raw Normal View History

(local {: autoload : utils} (require :dots.prelude))
; (local flutter-tools (autoload :flutter-tools)))
[(utils.plugin :akinsho/flutter-tools.nvim
{:config true
:lazy false
:dependencies ["nvim-lua/plenary.nvim" "stevearc/dressing.nvim"]})]