diff options
author | Uzaaft <[email protected]> | 2021-07-08 10:47:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-08 10:47:04 +0200 |
commit | e1bba492b316676d3374c34177a08d7206f06acf (patch) | |
tree | 1298a0922022420beb6da55bdee5d5431936e567 /lua/lv-telescope/init.lua | |
parent | 2ddf9dae3e5132c384a3ec9a355e18e5e35aa607 (diff) |
Update init.lua
Fixed issue with formatting
Diffstat (limited to 'lua/lv-telescope/init.lua')
-rw-r--r-- | lua/lv-telescope/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lv-telescope/init.lua b/lua/lv-telescope/init.lua index 2c89520d..7f1b0d4d 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_path"}, winblend = 0, border = {}, borderchars = { "─", "│", "─", "│", "â•", "â•®", "╯", "â•°" }, |