Skip to content

How can I disable styler? #588

Answered by klmr
klmr asked this question in Q&A
Discussion options

You must be logged in to vote

Apparently this was a change in AstroNvim and can be disabled as shown here: https://astronvim.github.io/Recipes/advanced_lsp

return {
  lsp = {
    formatting = {
      format_on_save = false, -- enable or disable automatic formatting on save
    },
  },
}

Replies: 1 comment

Comment options

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