Skip to content
Discussion options

You must be logged in to vote

Is it (yet) possible to have this behavior with Snacks explorer ?

Yes, <S-Enter> is the way, but it may play tricks depending on your window manager / terminal config, so you may want to rebind it, to, let's say 'O'.

Thanks to all who help me debug this issue.

Answering my own question, as pointed by TimothyKrell.

This is how an override should be applied: https://github.com/LionyxML/dotneovim/blob/03bf4b5cab5286f45db9d19a21104265e841ab0d/init.lua#L108

Basically:

require("lazy").setup({
	{
		"folke/snacks.nvim",
		priority = 1000,
		lazy = false,
		---@type snacks.Config
		opts = {
			explorer = { enabled = true }, -- NOT HERE!
			picker = {
				enabled = true,
				sources = {
					expl…

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@LionyxML
Comment options

@dpetka2001
Comment options

@LionyxML
Comment options

@LionyxML
Comment options

@dpetka2001
Comment options

Comment options

You must be logged in to vote
3 replies
@markhagemann
Comment options

@LionyxML
Comment options

@mike-lloyd03
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by LionyxML
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants