summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d2b9009..ec09cd5 100644
--- a/README.md
+++ b/README.md
@@ -88,11 +88,15 @@ Sublime Text requires the following minimum settings under LSP settings (modify
"selector": "source.perl",
},
"settings": {
+ // "perlnavigator.perltidyProfile": "~/.perltidyrc",
+ // "perlnavigator.perlcriticProfile": "~/.perlcriticrc",
// "perlnavigator.perlEnvAdd": false, // default: true
// "perlnavigator.perlEnv": {
// "KOHA_CONF": "/home/user/git/KohaCommunity/t/data/koha-conf.xml",
// },
+ // "perlnavigator.perlPath": "~/perl5/perlbrew/perls/perl-5.38.2/bin",
// "perlnavigator.perlcriticSeverity": 1,
+ // "perlnavigator.includePaths": [ "~/git/KohaCommunity", "~/git/KohaCommunity/lib" ],
// "perlnavigator.perlcriticEnabled": true,
// "perlnavigator.enableWarnings": true,
},