revamp dirs
This commit is contained in:
parent
2e1280e17c
commit
228b088bf7
3 changed files with 7 additions and 22 deletions
7
test/plugin_spec.lua
Normal file
7
test/plugin_spec.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local cp = require('cp')
|
||||
|
||||
describe('neovim plugin', function()
|
||||
it('work as expect', function()
|
||||
cp.setup
|
||||
end)
|
||||
end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue