revamp dirs

This commit is contained in:
Barrett Ruth 2025-09-18 20:00:24 -04:00
parent 2e1280e17c
commit 228b088bf7
3 changed files with 7 additions and 22 deletions

7
test/plugin_spec.lua Normal file
View file

@ -0,0 +1,7 @@
local cp = require('cp')
describe('neovim plugin', function()
it('work as expect', function()
cp.setup
end)
end)