chore(nvim): shorten paths for Neovim files

This commit is contained in:
Oliver Davies 2022-01-11 07:25:19 +00:00
parent 1a21ee9e23
commit 5d64cacb8b

View file

@ -4,10 +4,10 @@ local themes = require "telescope.themes"
function M.edit_neovim() function M.edit_neovim()
local opts = { local opts = {
prompt_title = "~ dotfiles ~",
shorten_path = false,
cwd = "~/.config/nvim", cwd = "~/.config/nvim",
find_command = { "rg", "--no-ignore", "--files", "--follow" }, find_command = { "rg", "--no-ignore", "--files", "--follow" },
path_display = { "shorten" },
prompt_title = "~ dotfiles ~",
layout_strategy = "flex", layout_strategy = "flex",
layout_config = { layout_config = {