refactor: make_entry more consistent (#1410)
drops `ignore_filename`, use `path_display= { "hidden" }`
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
This commit is contained in:
committed by
Simon Hauser
parent
3f1f5b7e52
commit
838c32d6a8
@@ -144,7 +144,7 @@ lsp.document_symbols = function(opts)
|
||||
return
|
||||
end
|
||||
|
||||
opts.ignore_filename = opts.ignore_filename or true
|
||||
opts.path_display = { "hidden" }
|
||||
pickers.new(opts, {
|
||||
prompt_title = "LSP Document Symbols",
|
||||
finder = finders.new_table {
|
||||
|
||||
Reference in New Issue
Block a user