aboutsummaryrefslogtreecommitdiff
path: root/lua/user/pack.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-05-09 02:33:07 +0200
committersrdusr <trevorgray@srdusr.com>2023-05-09 02:33:07 +0200
commit10b507af78961e5e3e78504112a93bf1602f4bab (patch)
treea4d00d2bf4e39e2e0a37a0d840ffd533a114345e /lua/user/pack.lua
parent913a178e8bb7dc9f9134d807e7b63b784362e59f (diff)
downloaddotfiles-10b507af78961e5e3e78504112a93bf1602f4bab.tar.gz
dotfiles-10b507af78961e5e3e78504112a93bf1602f4bab.zip
Add rcarriga/neotest
Diffstat (limited to 'lua/user/pack.lua')
-rw-r--r--lua/user/pack.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua
index f71e114..3109d9b 100644
--- a/lua/user/pack.lua
+++ b/lua/user/pack.lua
@@ -194,6 +194,12 @@ return packer.startup(function(use)
-- require("plugins.ultest")
-- end,
--})
+ use({"rcarriga/neotest",
+ config = function()
+ require("neotest").setup()
+ end,
+ })
+
-- Colorschemes
use("bluz71/vim-nightfly-guicolors")