Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent file_finder from opening on project selection? #134

Open
tidaeu opened this issue Sep 22, 2023 · 1 comment
Open

Prevent file_finder from opening on project selection? #134

tidaeu opened this issue Sep 22, 2023 · 1 comment

Comments

@tidaeu
Copy link

tidaeu commented Sep 22, 2023

I am new to neovim / lua so this might be a dumb question.

Is it possible to set some configuration to not open file finder when I open a recent project? I would much prefer neotree,
oil or dashboard to open up instead of Telescope file_finder assuming successful change of working directory.

I found where in the code I can change this but it's pretty hacky but I guess it works?

image

config:

image
@cweagans
Copy link

I ran into this problem too. I'm using this patch: https://github.com/cweagans/dotfiles/blob/main/dot_config/nvim/patches/project.nvim.patch in my config.

Patch is applied with an autocmd in my lazyvim setup, but you could apply it manually if you wanted to as well: https://github.com/cweagans/dotfiles/blob/391c7fdfa8037e63b86c182c9000f5dddf54db1d/dot_config/nvim/lua/config/autocmds.lua#L22-L55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants