add disable_devicons parameter to example config.

This commit is contained in:
Senghan Bright 2021-08-04 20:28:11 +02:00
parent e5dd397504
commit 69c3255d31

View File

@ -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",