adding in flutter tools
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
require("flutter-tools").setup {} -- use defaults
|
||||||
+10
-2
@@ -86,7 +86,15 @@ 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 {
|
||||||
|
'akinsho/flutter-tools.nvim',
|
||||||
|
requires = {
|
||||||
|
'nvim-lua/plenary.nvim',
|
||||||
|
'stevearc/dressing.nvim', -- optional for vim.ui.select
|
||||||
|
},
|
||||||
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
@@ -85,11 +85,6 @@ _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,10 +125,15 @@ _G.packer_plugins = {
|
|||||||
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/copilot.vim",
|
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/copilot.vim",
|
||||||
url = "https://github.com/github/copilot.vim"
|
url = "https://github.com/github/copilot.vim"
|
||||||
},
|
},
|
||||||
["flutter-riverpod-snippets"] = {
|
["dressing.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/flutter-riverpod-snippets",
|
path = "/home/talksik/.local/share/nvim/site/pack/packer/start/dressing.nvim",
|
||||||
url = "https://github.com/RobertBrunhage/flutter-riverpod-snippets"
|
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"] = {
|
["friendly-snippets"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user