Skip to content

Commit

Permalink
fix: finalize scm rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jun 28, 2024
1 parent ff852a7 commit 78801ef
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions rocks-edit.nvim-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ version = _MODREV .. _SPECREV

dependencies = {
'lua >= 5.1',
'toml-edit >= 4.0',
'nvim-nio ~> 1',
'rocks.nvim >= 2.32.0',
}

test_dependencies = {
Expand All @@ -21,9 +22,7 @@ source = {

build = {
type = 'builtin',
-- TODO: Add runtime diretories here
-- copy_directories = {
-- 'doc',
-- "plugin",
-- },
copy_directories = {
"ftplugin",
},
}

0 comments on commit 78801ef

Please sign in to comment.