fix(lua): bunch of typing
This commit is contained in:
parent
057b0890c2
commit
1974addbd2
10 changed files with 79 additions and 75 deletions
|
|
@ -3,6 +3,8 @@ local M = {}
|
|||
local config_module = require('cp.config')
|
||||
local logger = require('cp.log')
|
||||
|
||||
--- Dispatch `:CP pick` to appropriate picker
|
||||
---@return nil
|
||||
function M.handle_pick_action()
|
||||
local config = config_module.get_config()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue