Skip to content

Can i add an default side? #305

Closed Answered by shortcuts
loopsFreitag asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, thanks for using the plugin :)

but i want to use the buffer on right side

Do you mean you'd like to only have one of the side enabled?

The following configuration will only enable the left side

{
    autocmds = {
        enableOnVimEnter = true,
        enableOnTabEnter = true,
    },
    buffers = {
        right = {
            enabled = false,
        },
    },
}

The following configuration will only enable the right side

{
    autocmds = {
        enableOnVimEnter = true,
        enableOnTabEnter = true,
    },
    buffers = {
        left = {
            enabled = false,
        },
    },
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@loopsFreitag
Comment options

@shortcuts
Comment options

Answer selected by loopsFreitag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants