Auto-indentation not working on PHP files [Neovim]
Hi there,
I've reached the latest lecture released to date on the Neovim series, and went on to try it out on a project. Everything seems to be working fine except for the auto indentation when I'm inside a PHP file. Every other file I've tried works great: JavaScript, CSS, HTML and even Dockerfiles and .yml configuration files.
Because I was using VSCode in the meantime I'm not sure if this broke somewhere along the way... I've tried adding an ftplugin folder for php files, overriding the indentation options to random values to see if they worked but with no luck. Anyone able to help?