mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Fix refresh_pattern for perlnavigator
This commit is contained in:
committed by
mattn
parent
f1a6467b2c
commit
a41605dd68
@@ -870,6 +870,9 @@
|
||||
"command": "perlnavigator",
|
||||
"url": "https://github.com/bscan/PerlNavigator",
|
||||
"description": "Perl Language Server that includes syntax checking, perl critic, and code navigation",
|
||||
"config": {
|
||||
"refresh_pattern": "\\(\\$[a-zA-Z0-9_:]*\\|\\k\\+\\|\\k\\+::\\)$"
|
||||
},
|
||||
"requires": [
|
||||
"npm",
|
||||
"perl"
|
||||
|
||||
Reference in New Issue
Block a user