diff options
Diffstat (limited to 'nvim/plugin/packer_compiled.lua')
-rw-r--r-- | nvim/plugin/packer_compiled.lua | 53 |
1 files changed, 39 insertions, 14 deletions
diff --git a/nvim/plugin/packer_compiled.lua b/nvim/plugin/packer_compiled.lua index 84c5906..8ddac8b 100644 --- a/nvim/plugin/packer_compiled.lua +++ b/nvim/plugin/packer_compiled.lua @@ -74,11 +74,21 @@ end time([[try_loadstring definition]], false) time([[Defining packer_plugins]], true) _G.packer_plugins = { + ["FixCursorHold.nvim"] = { + loaded = true, + path = "/home/lemon/.local/share/nvim/site/pack/packer/start/FixCursorHold.nvim", + url = "https://github.com/antoinemadec/FixCursorHold.nvim" + }, LuaSnip = { loaded = true, path = "/home/lemon/.local/share/nvim/site/pack/packer/start/LuaSnip", url = "https://github.com/L3MON4D3/LuaSnip" }, + bufexplorer = { + loaded = true, + path = "/home/lemon/.local/share/nvim/site/pack/packer/start/bufexplorer", + url = "https://github.com/jlanzarotta/bufexplorer" + }, ["cellular-automaton.nvim"] = { loaded = true, path = "/home/lemon/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim", @@ -119,11 +129,6 @@ _G.packer_plugins = { path = "/home/lemon/.local/share/nvim/site/pack/packer/start/friendly-snippets", url = "https://github.com/rafamadriz/friendly-snippets" }, - harpoon = { - loaded = true, - path = "/home/lemon/.local/share/nvim/site/pack/packer/start/harpoon", - url = "https://github.com/theprimeagen/harpoon" - }, ["lsp-zero.nvim"] = { loaded = true, path = "/home/lemon/.local/share/nvim/site/pack/packer/start/lsp-zero.nvim", @@ -139,6 +144,26 @@ _G.packer_plugins = { path = "/home/lemon/.local/share/nvim/site/pack/packer/start/mason.nvim", url = "https://github.com/williamboman/mason.nvim" }, + ["neodev.nvim"] = { + loaded = true, + path = "/home/lemon/.local/share/nvim/site/pack/packer/start/neodev.nvim", + url = "https://github.com/folke/neodev.nvim" + }, + neotest = { + loaded = true, + path = "/home/lemon/.local/share/nvim/site/pack/packer/start/neotest", + url = "https://github.com/nvim-neotest/neotest" + }, + ["neotest-plenary"] = { + loaded = true, + path = "/home/lemon/.local/share/nvim/site/pack/packer/start/neotest-plenary", + url = "https://github.com/nvim-neotest/neotest-plenary" + }, + ["neotest-python"] = { + loaded = true, + path = "/home/lemon/.local/share/nvim/site/pack/packer/start/neotest-python", + url = "https://github.com/nvim-neotest/neotest-python" + }, ["nvim-cmp"] = { loaded = true, path = "/home/lemon/.local/share/nvim/site/pack/packer/start/nvim-cmp", @@ -164,11 +189,6 @@ _G.packer_plugins = { path = "/home/lemon/.local/share/nvim/site/pack/packer/start/packer.nvim", url = "https://github.com/wbthomason/packer.nvim" }, - playground = { - loaded = true, - path = "/home/lemon/.local/share/nvim/site/pack/packer/start/playground", - url = "https://github.com/nvim-treesitter/playground" - }, ["plenary.nvim"] = { loaded = true, path = "/home/lemon/.local/share/nvim/site/pack/packer/start/plenary.nvim", @@ -196,6 +216,11 @@ _G.packer_plugins = { path = "/home/lemon/.local/share/nvim/site/pack/packer/start/undotree", url = "https://github.com/mbbill/undotree" }, + ["vim-commentary"] = { + loaded = true, + path = "/home/lemon/.local/share/nvim/site/pack/packer/start/vim-commentary", + url = "https://github.com/tpope/vim-commentary" + }, ["vim-fugitive"] = { loaded = true, path = "/home/lemon/.local/share/nvim/site/pack/packer/start/vim-fugitive", @@ -209,14 +234,14 @@ _G.packer_plugins = { } time([[Defining packer_plugins]], false) --- Config for: rose-pine -time([[Config for rose-pine]], true) -try_loadstring("\27LJ\2\n9\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\26colorscheme rose-pine\bcmd\bvim\0", "config", "rose-pine") -time([[Config for rose-pine]], false) -- Config for: trouble.nvim time([[Config for trouble.nvim]], true) try_loadstring("\27LJ\2\nC\0\0\3\0\4\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0005\2\3\0B\0\2\1K\0\1\0\1\0\1\nicons\1\nsetup\ftrouble\frequire\0", "config", "trouble.nvim") time([[Config for trouble.nvim]], false) +-- Config for: rose-pine +time([[Config for rose-pine]], true) +try_loadstring("\27LJ\2\n9\0\0\3\0\3\0\0056\0\0\0009\0\1\0'\2\2\0B\0\2\1K\0\1\0\26colorscheme rose-pine\bcmd\bvim\0", "config", "rose-pine") +time([[Config for rose-pine]], false) _G._packer.inside_compile = false if _G._packer.needs_bufread == true then |