This commit is contained in:
2022-10-28 15:59:38 +02:00
parent 42c2d6e172
commit 0fce7bbe9d
3 changed files with 20 additions and 10 deletions

View File

@@ -150,6 +150,12 @@ _G.packer_plugins = {
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/nvim-lspconfig",
url = "https://github.com/neovim/nvim-lspconfig"
},
["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,
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/nvim-test",
url = "https://github.com/klen/nvim-test"
},
["nvim-treesitter"] = {
loaded = true,
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/nvim-treesitter",
@@ -170,11 +176,6 @@ _G.packer_plugins = {
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/plenary.nvim",
url = "https://github.com/nvim-lua/plenary.nvim"
},
["pytest.vim"] = {
loaded = true,
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/pytest.vim",
url = "https://github.com/alfredodeza/pytest.vim"
},
["rust-tools.nvim"] = {
loaded = true,
path = "/Users/zev/.local/share/nvim/site/pack/packer/start/rust-tools.nvim",
@@ -222,6 +223,10 @@ time([[Defining packer_plugins]], false)
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)
_G._packer.inside_compile = false
if _G._packer.needs_bufread == true then