mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-29 07:22:23 +00:00
7 lines
305 B
Fennel
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"]})]
|
|
|