From 5b88333ea26119255964dde79d207df1ef548e49 Mon Sep 17 00:00:00 2001 From: bscan <10503608+bscan@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:04:59 -0400 Subject: Adding cmd instructions per #127 --- README.md | 5 +++-- 1 file 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', -- cgit v1.2.3