chore(nvim): shorten paths for Neovim files
This commit is contained in:
parent
1a21ee9e23
commit
5d64cacb8b
|
@ -4,10 +4,10 @@ local themes = require "telescope.themes"
|
|||
|
||||
function M.edit_neovim()
|
||||
local opts = {
|
||||
prompt_title = "~ dotfiles ~",
|
||||
shorten_path = false,
|
||||
cwd = "~/.config/nvim",
|
||||
find_command = { "rg", "--no-ignore", "--files", "--follow" },
|
||||
path_display = { "shorten" },
|
||||
prompt_title = "~ dotfiles ~",
|
||||
|
||||
layout_strategy = "flex",
|
||||
layout_config = {
|
||||
|
|
Loading…
Reference in a new issue