diff --git a/after/plugin/flutter.lua b/after/plugin/flutter.lua new file mode 100644 index 0000000..484fa63 --- /dev/null +++ b/after/plugin/flutter.lua @@ -0,0 +1 @@ +require("flutter-tools").setup {} -- use defaults diff --git a/lua/talksik/packer.lua b/lua/talksik/packer.lua index 218ef64..445bba1 100644 --- a/lua/talksik/packer.lua +++ b/lua/talksik/packer.lua @@ -86,7 +86,15 @@ return require('packer').startup(function(use) requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"}, } - use('RobertBrunhage/flutter-riverpod-snippets') - use('Neevash/awesome-flutter-snippets') + -- use('RobertBrunhage/flutter-riverpod-snippets') + -- use('Neevash/awesome-flutter-snippets') + + use { + 'akinsho/flutter-tools.nvim', + requires = { + 'nvim-lua/plenary.nvim', + 'stevearc/dressing.nvim', -- optional for vim.ui.select + }, + } end) diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua index 6e2925a..e7909c9 100644 --- a/plugin/packer_compiled.lua +++ b/plugin/packer_compiled.lua @@ -85,11 +85,6 @@ _G.packer_plugins = { path = "/home/talksik/.local/share/nvim/site/pack/packer/start/LuaSnip", url = "https://github.com/L3MON4D3/LuaSnip" }, - ["awesome-flutter-snippets"] = { - loaded = true, - path = "/home/talksik/.local/share/nvim/site/pack/packer/start/awesome-flutter-snippets", - url = "https://github.com/Neevash/awesome-flutter-snippets" - }, ["cellular-automaton.nvim"] = { loaded = true, path = "/home/talksik/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim", @@ -130,10 +125,15 @@ _G.packer_plugins = { path = "/home/talksik/.local/share/nvim/site/pack/packer/start/copilot.vim", url = "https://github.com/github/copilot.vim" }, - ["flutter-riverpod-snippets"] = { + ["dressing.nvim"] = { loaded = true, - path = "/home/talksik/.local/share/nvim/site/pack/packer/start/flutter-riverpod-snippets", - url = "https://github.com/RobertBrunhage/flutter-riverpod-snippets" + path = "/home/talksik/.local/share/nvim/site/pack/packer/start/dressing.nvim", + url = "https://github.com/stevearc/dressing.nvim" + }, + ["flutter-tools.nvim"] = { + loaded = true, + path = "/home/talksik/.local/share/nvim/site/pack/packer/start/flutter-tools.nvim", + url = "https://github.com/akinsho/flutter-tools.nvim" }, ["friendly-snippets"] = { loaded = true,