diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-24 00:13:59 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-24 00:13:59 +0900 |
commit | fa3e80bb4cccf02eb25e654318b4509ab954f74e (patch) | |
tree | ba9652134c49dbefa9b76914c3cf21130c2343b4 /checkers/slp.vim | |
parent | 4eccf3e86c7399be892d6e25bf253e33fa28a9e5 (diff) | |
download | vim-lsp-settings-fa3e80bb4cccf02eb25e654318b4509ab954f74e.tar.gz vim-lsp-settings-fa3e80bb4cccf02eb25e654318b4509ab954f74e.tar.bz2 vim-lsp-settings-fa3e80bb4cccf02eb25e654318b4509ab954f74e.zip |
Add perl-languageserver. But work in progress.
Diffstat (limited to 'checkers/slp.vim')
-rw-r--r-- | checkers/slp.vim | 3 |
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 |