aboutsummaryrefslogtreecommitdiff
path: root/checkers/slp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'checkers/slp.vim')
-rw-r--r--checkers/slp.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/checkers/slp.vim b/checkers/slp.vim
new file mode 100644
index 0000000..a76188d
--- /dev/null
+++ b/checkers/slp.vim
@@ -0,0 +1,3 @@
+function! LspCheckCommand() abort
+ return lsp_settings#exec_path('slp.pl')
+endfunction