Browse Source
feat(keybindings): live preview colorschemes when changing them with `SPC - d - s`
my-config
NTBBloodbath
3 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
1 changed files with
1 additions and
1 deletions
-
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", |
|
|
|