Skip to content

live_grep_args_shortcuts.grep_word_under_cursor how to change theme #70

@fzhzhen1987

Description

@fzhzhen1987

I am using the grep_word_under_cursor feature and want to change the theme to 'dropdown,' but I don't know how to set it up.

I am using folke/which-key.nvim to set up my shortcuts.
My configuration is as follows.

local n_mappings = {
	["<Space>gc"] = {"<cmd>lua require('telescope-live-grep-args.shortcuts').grep_word_under_cursor()<cr>", ":-g !*.c"},
}

Can you tell me how to modify the theme under this configuration, or is it not yet supported to directly configure the theme in this kind of which-key setup?"

thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions