* Expose get_selected_entry() from view module to main cmp module fixes #385 * add get_active_entry() also * fix linting * remove unused vars Co-authored-by: alex.tylor <atylor@gmail.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
local api = require('cmp.utils.api')
|
||||
|
||||
local mapping
|
||||
mapping = setmetatable({}, {
|
||||
__call = function(_, invoke, modes)
|
||||
|
||||
Reference in New Issue
Block a user