FractalBoy / perl-language-server

100 stars 12 forks source link

Is there a way to disable perltidy on save? #176

Closed sdondley closed 1 month ago

sdondley commented 1 month ago

I have an autosave plugin installed. Everything time I leave insert mode, perltidy fires which is an annoyance. I tried disabling perltidy in the config with:

          perltidy = {
             enabled = false,
          },

But this has no effect. I don't see anything in the documentation about this.

FractalBoy commented 1 month ago

What editor are you using?

sdondley commented 1 month ago

I found the issue. It wasn't PLS, it was another plugin. I mistakenly assumed PLS handled this.