mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
add disable_devicons parameter to example config.
This commit is contained in:
parent
e5dd397504
commit
69c3255d31
@ -127,6 +127,7 @@ telescope.setup {
|
|||||||
show_scores = false,
|
show_scores = false,
|
||||||
show_unindexed = true,
|
show_unindexed = true,
|
||||||
ignore_patterns = {"*.git/*", "*/tmp/*"},
|
ignore_patterns = {"*.git/*", "*/tmp/*"},
|
||||||
|
disable_devicons = false,
|
||||||
workspaces = {
|
workspaces = {
|
||||||
["conf"] = "/home/my_username/.config",
|
["conf"] = "/home/my_username/.config",
|
||||||
["data"] = "/home/my_username/.local/share",
|
["data"] = "/home/my_username/.local/share",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user