fix working directory issues
This commit is contained in:
parent
6aeb4ae913
commit
4e9e22da00
6 changed files with 21 additions and 1 deletions
|
|
@ -19,6 +19,9 @@ return {
|
|||
|
||||
telescope.setup({
|
||||
defaults = {
|
||||
-- Always search from project root (where Neovim was opened)
|
||||
cwd = vim.g.project_root,
|
||||
|
||||
-- Minimal UI, keep it clean
|
||||
prompt_prefix = '> ',
|
||||
selection_caret = '> ',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue