From fc9b3b593aef23851d547a07f2b43f192375e711 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 3 Jul 2023 10:35:46 -0700 Subject: [PATCH] adding in some flutter things --- lua/talksik/packer.lua | 3 +++ plugin/packer_compiled.lua | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/lua/talksik/packer.lua b/lua/talksik/packer.lua index efe82b4..218ef64 100644 --- a/lua/talksik/packer.lua +++ b/lua/talksik/packer.lua @@ -85,5 +85,8 @@ return require('packer').startup(function(use) "startup-nvim/startup.nvim", requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"}, } + + use('RobertBrunhage/flutter-riverpod-snippets') + use('Neevash/awesome-flutter-snippets') end) diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua index 2ade326..6e2925a 100644 --- a/plugin/packer_compiled.lua +++ b/plugin/packer_compiled.lua @@ -85,6 +85,11 @@ _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", @@ -125,6 +130,11 @@ _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"] = { + loaded = true, + path = "/home/talksik/.local/share/nvim/site/pack/packer/start/flutter-riverpod-snippets", + url = "https://github.com/RobertBrunhage/flutter-riverpod-snippets" + }, ["friendly-snippets"] = { loaded = true, path = "/home/talksik/.local/share/nvim/site/pack/packer/start/friendly-snippets",