|
|
|
@ -182,10 +182,16 @@ _G.packer_plugins = {
|
|
|
|
|
path = "/home/striderz/.local/share/nvim/site/pack/packer/start/symbols-outline.nvim",
|
|
|
|
|
url = "https://github.com/simrat39/symbols-outline.nvim"
|
|
|
|
|
},
|
|
|
|
|
["telescope-fzf-native.nvim"] = {
|
|
|
|
|
loaded = true,
|
|
|
|
|
path = "/home/striderz/.local/share/nvim/site/pack/packer/start/telescope-fzf-native.nvim",
|
|
|
|
|
url = "https://github.com/nvim-telescope/telescope-fzf-native.nvim"
|
|
|
|
|
},
|
|
|
|
|
["telescope.nvim"] = {
|
|
|
|
|
loaded = true,
|
|
|
|
|
path = "/home/striderz/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
|
|
|
|
url = "https://github.com/nvim-telescope/telescope.nvim"
|
|
|
|
|
url = "https://github.com/nvim-telescope/telescope.nvim",
|
|
|
|
|
wants = { "telescope-fzf-native.nvim" }
|
|
|
|
|
},
|
|
|
|
|
["tokyonight.nvim"] = {
|
|
|
|
|
loaded = true,
|
|
|
|
@ -211,6 +217,10 @@ _G.packer_plugins = {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
time([[Defining packer_plugins]], false)
|
|
|
|
|
-- Config for: nvim-surround
|
|
|
|
|
time([[Config for nvim-surround]], true)
|
|
|
|
|
try_loadstring("\27LJ\2\n?\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\18nvim-surround\frequire\0", "config", "nvim-surround")
|
|
|
|
|
time([[Config for nvim-surround]], false)
|
|
|
|
|
-- Config for: gitsigns.nvim
|
|
|
|
|
time([[Config for gitsigns.nvim]], true)
|
|
|
|
|
try_loadstring("\27LJ\2\n6\0\0\3\0\3\0\0066\0\0\0'\2\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\rgitsigns\frequire\0", "config", "gitsigns.nvim")
|
|
|
|
@ -219,10 +229,6 @@ time([[Config for gitsigns.nvim]], false)
|
|
|
|
|
time([[Config for trouble.nvim]], true)
|
|
|
|
|
try_loadstring("\27LJ\2\n9\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\ftrouble\frequire\0", "config", "trouble.nvim")
|
|
|
|
|
time([[Config for trouble.nvim]], false)
|
|
|
|
|
-- Config for: nvim-surround
|
|
|
|
|
time([[Config for nvim-surround]], true)
|
|
|
|
|
try_loadstring("\27LJ\2\n?\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\18nvim-surround\frequire\0", "config", "nvim-surround")
|
|
|
|
|
time([[Config for nvim-surround]], false)
|
|
|
|
|
|
|
|
|
|
_G._packer.inside_compile = false
|
|
|
|
|
if _G._packer.needs_bufread == true then
|
|
|
|
|