aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/user/pack.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua
index 0fa3a69..0bcb006 100644
--- a/lua/user/pack.lua
+++ b/lua/user/pack.lua
@@ -71,6 +71,7 @@ return packer.startup(function(use)
require("lsp_lines").setup()
end,
})
+ use("rmagatti/goto-preview")
-- Debugger
use("mfussenegger/nvim-dap") -- Debug Adapter Protocol client implementation for Neovim