Skip to content
Discussion options

You must be logged in to vote

I did this which looks to work for me

vim.api.nvim_create_autocmd("User", {
  pattern = "SnacksDashboardOpened",
  callback = function(data)
    vim.b[data.buf].miniindentscope_disable = true
  end,
})

Replies: 4 comments 6 replies

Comment options

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

@tsakirist
Comment options

@cjnucette
Comment options

@dpetka2001
Comment options

@dpetka2001
Comment options

Comment options

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

Answer selected by cjnucette
Comment options

You must be logged in to vote
0 replies
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
5 participants