a lot
This commit is contained in:
@@ -109,6 +109,11 @@ _G.packer_plugins = {
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/coc.nvim",
|
||||
url = "https://github.com/neoclide/coc.nvim"
|
||||
},
|
||||
["git-blame.vim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/git-blame.vim",
|
||||
url = "https://github.com/zivyangll/git-blame.vim"
|
||||
},
|
||||
["hlargs.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/hlargs.nvim",
|
||||
@@ -150,6 +155,16 @@ _G.packer_plugins = {
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
|
||||
url = "https://github.com/neovim/nvim-lspconfig"
|
||||
},
|
||||
["nvim-navic"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/nvim-navic",
|
||||
url = "https://github.com/SmiteshP/nvim-navic"
|
||||
},
|
||||
["nvim-surround"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/nvim-surround",
|
||||
url = "https://github.com/kylechui/nvim-surround"
|
||||
},
|
||||
["nvim-test"] = {
|
||||
config = { "\27LJ\2\n7\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\14nvim-test\frequire\0" },
|
||||
loaded = true,
|
||||
@@ -166,6 +181,11 @@ _G.packer_plugins = {
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/nvim-web-devicons",
|
||||
url = "https://github.com/kyazdani42/nvim-web-devicons"
|
||||
},
|
||||
["nvim-yati"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/nvim-yati",
|
||||
url = "https://github.com/yioneko/nvim-yati"
|
||||
},
|
||||
["packer.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/packer.nvim",
|
||||
@@ -191,6 +211,11 @@ _G.packer_plugins = {
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/tokyonight.nvim",
|
||||
url = "https://github.com/folke/tokyonight.nvim"
|
||||
},
|
||||
["vim-bbye"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/vim-bbye",
|
||||
url = "https://github.com/moll/vim-bbye"
|
||||
},
|
||||
["vim-commentary"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/vim-commentary",
|
||||
@@ -206,6 +231,11 @@ _G.packer_plugins = {
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/vim-illuminate",
|
||||
url = "https://github.com/RRethy/vim-illuminate"
|
||||
},
|
||||
["vim-svelte-plugin"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/vim-svelte-plugin",
|
||||
url = "https://github.com/leafOfTree/vim-svelte-plugin"
|
||||
},
|
||||
["vim-vsnip"] = {
|
||||
loaded = true,
|
||||
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/vim-vsnip",
|
||||
@@ -219,14 +249,14 @@ _G.packer_plugins = {
|
||||
}
|
||||
|
||||
time([[Defining packer_plugins]], false)
|
||||
-- Config for: nvim-autopairs
|
||||
time([[Config for nvim-autopairs]], 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\19nvim-autopairs\frequire\0", "config", "nvim-autopairs")
|
||||
time([[Config for nvim-autopairs]], false)
|
||||
-- Config for: nvim-test
|
||||
time([[Config for nvim-test]], true)
|
||||
try_loadstring("\27LJ\2\n7\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\14nvim-test\frequire\0", "config", "nvim-test")
|
||||
time([[Config for nvim-test]], false)
|
||||
-- Config for: nvim-autopairs
|
||||
time([[Config for nvim-autopairs]], 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\19nvim-autopairs\frequire\0", "config", "nvim-autopairs")
|
||||
time([[Config for nvim-autopairs]], false)
|
||||
|
||||
_G._packer.inside_compile = false
|
||||
if _G._packer.needs_bufread == true then
|
||||
|
||||
Reference in New Issue
Block a user