diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-05-09 16:08:31 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-05-09 16:08:31 +0200 |
| commit | 5ec610f9e61bb83f260b257bf161ef9dc4bc45c2 (patch) | |
| tree | adb94c18c623e12a5151b5b2344607b378fdc01f /lua/user | |
| parent | 88c0475529da7ae55958281f295b208f424cd206 (diff) | |
| download | dotfiles-5ec610f9e61bb83f260b257bf161ef9dc4bc45c2.tar.gz dotfiles-5ec610f9e61bb83f260b257bf161ef9dc4bc45c2.zip | |
Add neotest extensions
Diffstat (limited to 'lua/user')
| -rw-r--r-- | lua/user/pack.lua | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 8f86f1b..05d92f6 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -195,13 +195,22 @@ return packer.startup(function(use) -- require("plugins.ultest") -- end, --}) - use({"rcarriga/neotest", - config = function() - require("neotest").setup() - end, + --use({"rcarriga/neotest", + -- config = function() + -- require("neotest").setup() + --end, + --}) + use({ + "nvim-neotest/neotest", + requires = { + { + "nvim-neotest/neotest-python", + "nvim-neotest/neotest-plenary", + "nvim-neotest/neotest-vim-test", + }, + } }) - -- Colorschemes use("bluz71/vim-nightfly-guicolors") use("ayu-theme/ayu-vim") |
