From 8fe79f9d1df0edca3efa237020bc1f0ff81cb816 Mon Sep 17 00:00:00 2001 From: milanglacier <45728125+milanglacier@users.noreply.github.com> Date: Sat, 30 Apr 2022 06:27:16 -0400 Subject: feat: support for builtin.commands to show buffer commands (#1889) --- lua/telescope/builtin/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/telescope/builtin/init.lua') diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 84eb18b..b73c970 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -234,6 +234,7 @@ builtin.symbols = require_on_exported_call("telescope.builtin.internal").symbols --- Lists available plugin/user commands and runs them on `` ---@param opts table: options to pass to the picker +---@field show_buf_command boolean: show buf local command (Default: true) builtin.commands = require_on_exported_call("telescope.builtin.internal").commands --- Lists items in the quickfix list, jumps to location on `` -- cgit v1.2.3