aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-05-06 11:07:47 +0200
committersrdusr <trevorgray@srdusr.com>2023-05-06 11:07:47 +0200
commit356e8ec9fcb3c08df3a8f940c3ca286457e7789b (patch)
tree58adec02d57abca466e19097c0146b48adc4145f
parent64bc81623a6aad2f9d7d580dbb16f24a2ab1d412 (diff)
downloaddotfiles-356e8ec9fcb3c08df3a8f940c3ca286457e7789b.tar.gz
dotfiles-356e8ec9fcb3c08df3a8f940c3ca286457e7789b.zip
Install "rcarriga/cmp-dap"
-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 9545f64..e618a3d 100644
--- a/lua/user/pack.lua
+++ b/lua/user/pack.lua
@@ -118,6 +118,7 @@ return packer.startup(function(use)
use("hrsh7th/cmp-calc") -- Completion source for math calculation
use("saadparwaiz1/cmp_luasnip") -- Completion source for snippets, specifically for luasnip
use("hrsh7th/cmp-nvim-lsp-signature-help") -- Completion source for displaying function signatures with the current parameter emphasized
+ use("rcarriga/cmp-dap")
-- Snippets
use("L3MON4D3/LuaSnip") -- Snippet engine