Enabling PHP Pint
#4259
-
I installed pint via Mason and I'm expecting it to run automatically when on a .php file but it isn't enabling. I reset the cache after installing the formatter. Do I need to do anything else to enable it? |
Beta Was this translation helpful? Give feedback.
Answered by
juicy-g
Jul 5, 2023
Replies: 1 comment 2 replies
-
Have you tried setting up pint in your config? local formatters = require "lvim.lsp.null-ls.formatters"
formatters.setup {
{ name = "pint" },
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RizaHKhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried setting up pint in your config?