feat: add command system
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
local M = {}
|
||||
|
||||
local config = require('chai.config')
|
||||
local commands = require('chai.commands')
|
||||
|
||||
--- initializes chai.nvim plugin
|
||||
---@param opts any plugin options
|
||||
function M.setup(opts)
|
||||
-- set up configuration
|
||||
config.setup(opts)
|
||||
|
||||
-- add commands
|
||||
commands.setup()
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user