fix: $400/mth for this trash? 🤔
This commit is contained in:
parent
d214e73407
commit
d8b586a55a
|
@ -48,6 +48,7 @@ function M.pick_compile_commands()
|
||||||
prompt_title = 'Select compile_commands.json',
|
prompt_title = 'Select compile_commands.json',
|
||||||
cwd = vim.fn.getcwd(),
|
cwd = vim.fn.getcwd(),
|
||||||
find_command = { 'find', '.', '-name', 'compile_commands.json', '-type', 'f' },
|
find_command = { 'find', '.', '-name', 'compile_commands.json', '-type', 'f' },
|
||||||
|
previewer = require('telescope.config').values.file_previewer,
|
||||||
attach_mappings = function(prompt_bufnr, map)
|
attach_mappings = function(prompt_bufnr, map)
|
||||||
actions.select_default:replace(function()
|
actions.select_default:replace(function()
|
||||||
actions.close(prompt_bufnr)
|
actions.close(prompt_bufnr)
|
||||||
|
|
Loading…
Reference in New Issue