From bfbb4dca580cdff300086bdb48d121a227f2c948 Mon Sep 17 00:00:00 2001 From: X Z <24262751+gzqx@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:49:45 +0800 Subject: [PATCH] Update README.md change default config for neovim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa786bbf..78cd1fe3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ nvim-lspconfig comes with a default configuration for PLS and its name is `perlp The simplest means of configuring PLS is to place the following somewhere in your Neovim config: ``` -require'lspconfig'.perlpls.setup() +require'lspconfig'.perlpls.setup({}) ``` This will set you up with the defaults. It assumes that `pls` is in your $PATH. By default Perl Critic integration will be turned off.