mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-10-09 09:49:08 +00:00
[neovim] Add grug-far plugin
This commit is contained in:
@@ -34,6 +34,10 @@ vim.api.nvim_create_user_command("RunTest", function()
|
||||
neotest.run.run()
|
||||
end, {})
|
||||
|
||||
vim.api.nvim_create_user_command("DebugTest", function()
|
||||
neotest.run.run({ strategy = "dap" })
|
||||
end, {})
|
||||
|
||||
vim.api.nvim_create_user_command("RunTestFile", function()
|
||||
neotest.run.run(vim.fn.expand("%"))
|
||||
end, {})
|
||||
|
Reference in New Issue
Block a user