adding in some flutter things

This commit is contained in:
talksik
2023-07-03 10:35:46 -07:00
parent 4cc485d2e2
commit fc9b3b593a
2 changed files with 13 additions and 0 deletions
+10
View File
@@ -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",