Open fzhzhen1987 opened 1 year ago
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
+1.
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.
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