adding in flutter riverpod snippets

This commit is contained in:
talksik
2023-07-08 13:28:30 -07:00
parent a8a829e211
commit 282d6a3ec3
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ return require('packer').startup(function(use)
requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"}, requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"},
} }
-- use('RobertBrunhage/flutter-riverpod-snippets') use('RobertBrunhage/flutter-riverpod-snippets')
-- use('Neevash/awesome-flutter-snippets') use('Neevash/awesome-flutter-snippets')
use { use {
'akinsho/flutter-tools.nvim', 'akinsho/flutter-tools.nvim',
+10
View File
@@ -85,6 +85,11 @@ _G.packer_plugins = {
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/LuaSnip", path = "/home/talksik/.local/share/nvim/site/pack/packer/start/LuaSnip",
url = "https://github.com/L3MON4D3/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"] = { ["cellular-automaton.nvim"] = {
loaded = true, loaded = true,
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim", path = "/home/talksik/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim",
@@ -130,6 +135,11 @@ _G.packer_plugins = {
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/dressing.nvim", path = "/home/talksik/.local/share/nvim/site/pack/packer/start/dressing.nvim",
url = "https://github.com/stevearc/dressing.nvim" url = "https://github.com/stevearc/dressing.nvim"
}, },
["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"
},
["flutter-tools.nvim"] = { ["flutter-tools.nvim"] = {
loaded = true, loaded = true,
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/flutter-tools.nvim", path = "/home/talksik/.local/share/nvim/site/pack/packer/start/flutter-tools.nvim",