Skip to content

Commit

Permalink
refactor: tidy min init
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Dec 23, 2023
1 parent 2c6619a commit 13281b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/minimal_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function M.loadWhichKey()
})
end
vim.opt.rtp:append(whichkey_dir)
vim.cmd("runtime plugin/which-key.vim")
print("Installed WhichKey to " .. whichkey_dir)
require("which-key").setup({})
end
Expand Down Expand Up @@ -62,7 +63,6 @@ vim.opt.rtp:append(".")
vim.opt.rtp:append(plenary_dir)
vim.opt.rtp:append(treesitter_dir)
vim.opt.rtp:append(mini_dir)
vim.cmd("runtime plugin/which-key.vim")
require("plenary.busted")
require("mini.test").setup()

Expand Down

0 comments on commit 13281b7

Please sign in to comment.