From 03c342602c630341d0c9b4e174ad68a2ab83fc3f Mon Sep 17 00:00:00 2001 From: Frederic Dumont Date: Thu, 7 Jul 2022 15:44:19 +0900 Subject: [PATCH] telescope: set planets.show_pluto to true --- lua/user/telescope.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/user/telescope.lua b/lua/user/telescope.lua index 0706b51..54b83a9 100644 --- a/lua/user/telescope.lua +++ b/lua/user/telescope.lua @@ -85,6 +85,9 @@ telescope.setup { -- } -- Now the picker_config_key will be applied every time you call this -- builtin picker + planets = { + show_pluto = true, + }, }, extensions = { -- Your extension configuration goes here: