Skip to content
Discussion options

You must be logged in to vote

You can easily accomplish this using the win option, it's in the docs. Use the top-level one to apply it to all pickers, under a layout to affect only that specific layout, or under a source to affect only that source/picker. E.g.:

opts = {
  picker = {
    win = { -- Global
      preview = {
        wo = {
          foldcolumn = "0",
          number = false,
          relativenumber = false,
          signcolumn = "no",
        }
      }
    }
  }
}

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@minusfive
Comment options

@pkazmier
Comment options

@folke
Comment options

@pkazmier
Comment options

@ahmedelgabri
Comment options

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