summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec09cd5..117aebc 100644
--- a/README.md
+++ b/README.md
@@ -147,11 +147,12 @@ install Perl Navigator.
The simplest configuration is the following:
```lua
-require'lspconfig'.perlnavigator.setup{}
+require'lspconfig'.perlnavigator.setup{ cmd = { "perlnavigator" } }
```
-A configuration with a number of options set looks like:
+A configuration with a number of options set looks some like the following. The depends if you installed globally or not.
```lua
require'lspconfig'.perlnavigator.setup{
+ cmd = { "perlnavigator" },
settings = {
perlnavigator = {
perlPath = 'perl',