Przeglądaj źródła

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

Christian Chiarulli 2 lat temu
rodzic
commit
af73e3e3c4
1 zmienionych plików z 3 dodań i 0 usunięć
  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 = {