fix(lua): bunch of typing
This commit is contained in:
parent
057b0890c2
commit
1974addbd2
10 changed files with 79 additions and 75 deletions
|
|
@ -13,6 +13,8 @@ local user_config = {}
|
|||
local config = config_module.setup(user_config)
|
||||
local snippets_initialized = false
|
||||
|
||||
--- Root handler for all `:CP ...` commands
|
||||
---@return nil
|
||||
function M.handle_command(opts)
|
||||
local commands = require('cp.commands')
|
||||
commands.handle_command(opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue