Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtzero committed Jul 2, 2024
1 parent a6936b4 commit a25a9cf
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions go-to-test-file.nvim-1.0.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
package = "go-to-test-file.nvim"
version = "1.0.1-1"
source = {
url = "git://github.com/jtzero/go-to-test-file.nvim.git"
}
description = {
homepage = "https://github.com/jtzero/go-to-test-file.nvim.git",
license = "MIT"
}
dependencies = {
"lua >= 5.1, < 5.2",
"vusted >= 2.3.4-1, < 3",
"plenary.nvim >= scm-1"
}
build = {
type = "builtin",
modules = {
["go-to-test-file"] = "lua/go-to-test-file.lua",
["go-to-test-file.cmd"] = "lua/go-to-test-file/cmd.lua",
["go-to-test-file.git"] = "lua/go-to-test-file/git.lua",
["go-to-test-file.list"] = "lua/go-to-test-file/list.lua",
["go-to-test-file.matrix"] = "lua/go-to-test-file/matrix.lua",
["go-to-test-file.path"] = "lua/go-to-test-file/path.lua",
["go-to-test-file.peer"] = "lua/go-to-test-file/peer.lua",
["go-to-test-file.peer_dunder_tests"] = "lua/go-to-test-file/peer_dunder_tests.lua",
["go-to-test-file.project_generic"] = "lua/go-to-test-file/project_generic.lua",
["go-to-test-file.root_tests"] = "lua/go-to-test-file/root_tests.lua",
["go-to-test-file.str"] = "lua/go-to-test-file/str.lua",
["go-to-test-file.system"] = "lua/go-to-test-file/system.lua"
}
}

0 comments on commit a25a9cf

Please sign in to comment.