1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30local _MODREV, _SPECREV = 'scm', '-1' rockspec_format = '3.0' package = 'codeshot.nvim' version = _MODREV .. _SPECREV dependencies = { 'lua >= 5.1', } test_dependencies = { 'lua >= 5.1', } source = { url = 'git://github.com/SergioRibera/' .. package, } build = { type = 'builtin', -- TODO: Add runtime diretories here copy_directories = { 'lua' -- 'doc', -- "plugin", }, }