Skip to content

Dressing.nvim #2128

Closed Answered by TobinPalmer
TobinPalmer asked this question in Q&A
Apr 11, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

fixed:

require('dressing').setup {
  input = {
    get_config = function()
      if vim.api.nvim_buf_get_option(0, 'filetype') == 'NvimTree' then
        return { enabled = false }
      end
    end,
  },
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@TobinPalmer
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by TobinPalmer
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