From 57ee993ab32ba19e921b11eb225f4d220cf3f1d1 Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Wed, 26 Oct 2022 16:51:37 -0400 Subject: [PATCH] add nvim-dap-python, add fidget --- lua/user/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 7ca29f0..a4313c3 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -108,11 +108,12 @@ return packer.startup(function(use) use { "MunifTanjim/exrc.nvim" } use { "simrat39/rust-tools.nvim" } + use { "mfussenegger/nvim-dap-python" } -- VimSpector --use { "puremourning/vimspector" } - use { "j-hui/fidget.nvim", commit = "1097a86db8ba38e390850dc4035a03ed234a4673" } + use { "j-hui/fidget.nvim", commit = "2cf9997d3bde2323a1a0934826ec553423005a26" } -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins