From 356e8ec9fcb3c08df3a8f940c3ca286457e7789b Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 6 May 2023 11:07:47 +0200 Subject: Install "rcarriga/cmp-dap" --- lua/user/pack.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') 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 -- cgit v1.2.3