diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-01-22 10:54:13 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-01-22 10:54:13 +0000 |
| commit | f05052d5e3c5274a84d2028c7a58eca9ca76db2a (patch) | |
| tree | dd28c719960fbf07bf0881f23080e066e34b4ee8 /lua/config/plugins.lua | |
| parent | 4a3acb5408509badd21b263925c00cad6a7b43b9 (diff) | |
added neotest back into the mix
Diffstat (limited to 'lua/config/plugins.lua')
| -rw-r--r-- | lua/config/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua index ec4f26a..4b95fb7 100644 --- a/lua/config/plugins.lua +++ b/lua/config/plugins.lua @@ -8,6 +8,8 @@ vim.pack.add({ "https://github.com/f-person/auto-dark-mode.nvim", "https://github.com/ellisonleao/gruvbox.nvim", "https://github.com/MunifTanjim/nui.nvim", + "https://github.com/nvim-neotest/nvim-nio", + "https://github.com/nvim-lua/plenary.nvim", }) require("nvim-autopairs").setup() |
