From d8b586a55ae80c3562eb19ca1ed42afed50dcc04 Mon Sep 17 00:00:00 2001 From: dlond Date: Wed, 3 Sep 2025 09:38:32 +1200 Subject: [PATCH] =?UTF-8?q?fix:=20$400/mth=20for=20this=20trash=3F=20?= =?UTF-8?q?=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/config/compile-commands-picker.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/config/compile-commands-picker.lua b/lua/plugins/config/compile-commands-picker.lua index ecd095d3..527c436e 100644 --- a/lua/plugins/config/compile-commands-picker.lua +++ b/lua/plugins/config/compile-commands-picker.lua @@ -48,6 +48,7 @@ function M.pick_compile_commands() prompt_title = 'Select compile_commands.json', cwd = vim.fn.getcwd(), find_command = { 'find', '.', '-name', 'compile_commands.json', '-type', 'f' }, + previewer = require('telescope.config').values.file_previewer, attach_mappings = function(prompt_bufnr, map) actions.select_default:replace(function() actions.close(prompt_bufnr)