Explorar o código

feat: enable auto preview colorscheme by default (#3701)

Christian Chiarulli %!s(int64=2) %!d(string=hai) anos
pai
achega
af73e3e3c4
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      lua/lvim/core/telescope.lua

+ 3 - 0
lua/lvim/core/telescope.lua

@@ -98,6 +98,9 @@ function M.config()
         hidden = true,
         show_untracked = true,
       },
+      colorscheme = {
+        enable_preview = true,
+      },
     },
     extensions = {
       fzf = {