diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-08 14:03:37 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-08 14:03:37 +0100 |
commit | 0eac8747676452721b123de4b361d3d6098c8033 (patch) | |
tree | 87dac9aa85b33d3ddbeaf316a5aec3c21e1f3850 /nvim/plugin | |
parent | d43a1c045f161a16fd2fe1d4b61bc5aa86910456 (diff) |
Adds back harpoon.lua and reformats the packer file
Harpoon might be quite useful - it does more than it lets on.
Diffstat (limited to '')
-rw-r--r-- | nvim/plugin/packer_compiled.lua | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/nvim/plugin/packer_compiled.lua b/nvim/plugin/packer_compiled.lua index 430c1c4..a7447c4 100644 --- a/nvim/plugin/packer_compiled.lua +++ b/nvim/plugin/packer_compiled.lua @@ -129,6 +129,11 @@ _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", @@ -174,11 +179,6 @@ _G.packer_plugins = { path = "/home/lemon/.local/share/nvim/site/pack/packer/start/nvim-dap", url = "https://github.com/mfussenegger/nvim-dap" }, - ["nvim-dap-python"] = { - loaded = true, - path = "/home/lemon/.local/share/nvim/site/pack/packer/start/nvim-dap-python", - url = "https://github.com/mfussenegger/nvim-dap-python" - }, ["nvim-lspconfig"] = { loaded = true, path = "/home/lemon/.local/share/nvim/site/pack/packer/start/nvim-lspconfig", @@ -199,6 +199,11 @@ _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", @@ -244,14 +249,14 @@ _G.packer_plugins = { } time([[Defining packer_plugins]], 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) +-- 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) _G._packer.inside_compile = false if _G._packer.needs_bufread == true then |