Update lv-telescope init.lua

Fix issue with deprecated config line. Ref: telescope.changelog-839.
This commit is contained in:
Uzaaft 2021-07-08 10:44:46 +02:00 committed by GitHub
parent d4a08654e5
commit 2ddf9dae3e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
shorten_path = true,
path_display = "shorten,
winblend = 0,
border = {},
borderchars = { "", "", "", "", "", "", "", "" },