aboutsummaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user')
-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 3ae317e..c2c4aef 100644
--- a/lua/user/pack.lua
+++ b/lua/user/pack.lua
@@ -69,6 +69,7 @@ return packer.startup(function(use)
-- Debugger
use("mfussenegger/nvim-dap") -- Debug Adapter Protocol client implementation for Neovim
use("rcarriga/nvim-dap-ui") -- UI for nvim-dap
+ use("gabrielpoca/replacer.nvim")
-- Linters/Formatters
use({