Closed Ajaymamtora closed 1 week ago
Is it possible to search the current file properly? I've tried: local current_file = vim.fn.expand "%:p" opts.search_dirs = { current_file }
But the previewer breaks (it does just search the current file)
Setting opts.searches_dirs to true fixes it
Is it possible to search the current file properly? I've tried: local current_file = vim.fn.expand "%:p" opts.search_dirs = { current_file }
But the previewer breaks (it does just search the current file)