Browse Source

feat(keybindings): live preview colorschemes when changing them with `SPC - d - s`

my-config
NTBBloodbath 3 years ago
parent
commit
4be7f4a36a
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 2
      lua/doom/extras/keybindings/init.lua

2
lua/doom/extras/keybindings/init.lua

@ -568,7 +568,7 @@ utils.map(
utils.map(
"n",
"<leader>ds",
"<cmd>Telescope colorscheme<CR>",
"<cmd>lua require('telescope.builtin.internal').colorscheme({enable_preview = true})<CR>",
opts,
"Editor",
"change_colorscheme",

Loading…
Cancel
Save