axkirillov / telescope-changed-files

Telescope picker to browse changed files between your branch and develop
MIT License
14 stars 2 forks source link

Change theme #2

Closed eEQK closed 1 year ago

eEQK commented 1 year ago

Not really an issue, just wanted to share it in case someone is trying to set it up

If you want to change a theme, do something like this:

vim.keymap.set('n', '<leader>cc', function () extensions.changed_files.changed_files(themes.get_ivy({})) end, {})
axkirillov commented 1 year ago

Hi! If you like this plugin, please check out easypick.nvim! It has the same functionality and you can configure a theme for each picker.