chore: initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
local M = {}
|
||||
|
||||
local _opts = {}
|
||||
|
||||
--- initializes chai.nvim plugin
|
||||
---@param opts any plugin options
|
||||
function M.setup(opts)
|
||||
_opts = opts
|
||||
|
||||
print("Hello world")
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user