diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-05-06 11:07:47 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-05-06 11:07:47 +0200 |
| commit | 356e8ec9fcb3c08df3a8f940c3ca286457e7789b (patch) | |
| tree | 58adec02d57abca466e19097c0146b48adc4145f /lua | |
| parent | 64bc81623a6aad2f9d7d580dbb16f24a2ab1d412 (diff) | |
| download | dotfiles-356e8ec9fcb3c08df3a8f940c3ca286457e7789b.tar.gz dotfiles-356e8ec9fcb3c08df3a8f940c3ca286457e7789b.zip | |
Install "rcarriga/cmp-dap"
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/user/pack.lua | 1 |
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 |
