summaryrefslogtreecommitdiff
path: root/lua/lv-telescope/init.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-09 16:37:25 +0430
committerGitHub <[email protected]>2021-07-09 08:07:25 -0400
commit2866ba528c7b49c7c7261a327750a7b8fcff345d (patch)
tree2d55fc73758d78a0c733b48930ed73aa3b245c9b /lua/lv-telescope/init.lua
parenta9e7b6ff8c60e70df22189d7f1ad17f893e1a727 (diff)
fix styling issues (#811)
Diffstat (limited to 'lua/lv-telescope/init.lua')
-rw-r--r--lua/lv-telescope/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lv-telescope/init.lua b/lua/lv-telescope/init.lua
index 51fc24e5..39c7b951 100644
--- a/lua/lv-telescope/init.lua
+++ b/lua/lv-telescope/init.lua
@@ -36,7 +36,7 @@ telescope.setup {
file_sorter = require("telescope.sorters").get_fzy_sorter,
file_ignore_patterns = {},
generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter,
- path_display = {"shorten"},
+ path_display = { "shorten" },
winblend = 0,
border = {},
borderchars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" },