dots-of-war/eggs/nvim/fnl/dots/plugins/flutter-tools.fnl
2024-12-21 22:42:30 +01:00

7 lines
305 B
Fennel

(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"]})]