FractalBoy / perl-language-server

100 stars 12 forks source link

Update README.md #173

Open gzqx opened 6 months ago

gzqx commented 6 months ago

I believe that lspconfig.perlpls.setup() always expects a table, thus to use it by default config one should put lspconfig.perlpls.setup({}) (instead of lspconfig.perlpls.setup()) to config file.

FractalBoy commented 2 months ago

Does it definitely not work if you don't pass {}? I didn't write this part of the docs but I think I tried Neovim at some point and these instructions worked.