initialize with first MVP
This commit is contained in:
10
plugin/test-samurai.lua
Normal file
10
plugin/test-samurai.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
if vim.g.loaded_test_samurai then
|
||||
return
|
||||
end
|
||||
vim.g.loaded_test_samurai = true
|
||||
|
||||
vim.api.nvim_create_user_command("TestNearest", function()
|
||||
require("test-samurai").test_nearest()
|
||||
end, {
|
||||
desc = "Run nearest test with test-samurai",
|
||||
})
|
||||
Reference in New Issue
Block a user