Skip to content

Commit

Permalink
chore(nvim): dep order
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jun 22, 2024
1 parent 3907479 commit 4a46e3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nvim-fredrik/lua/plugins/neotest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ return {
"nvim-neotest/neotest",
event = "VeryLazy",
dependencies = {
"nvim-neotest/nvim-nio",
"nvim-lua/plenary.nvim",
"antoinemadec/FixCursorHold.nvim",
"nvim-treesitter/nvim-treesitter",

"nvim-neotest/neotest-plenary",
"nvim-neotest/neotest-vim-test",

"nvim-neotest/nvim-nio",

{
"echasnovski/mini.indentscope",
opts = function()
Expand Down

0 comments on commit 4a46e3d

Please sign in to comment.