aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-23 22:58:06 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-23 22:58:06 +0900
commit4eccf3e86c7399be892d6e25bf253e33fa28a9e5 (patch)
tree0c98ddd762c3fbbd4a6ce5aa0501de40f40ce683 /settings.json
parent5e39101766a0a6fcc771077b5f6b0a21abfbdc01 (diff)
downloadvim-lsp-settings-4eccf3e86c7399be892d6e25bf253e33fa28a9e5.tar.gz
vim-lsp-settings-4eccf3e86c7399be892d6e25bf253e33fa28a9e5.tar.bz2
vim-lsp-settings-4eccf3e86c7399be892d6e25bf253e33fa28a9e5.zip
Add some LSP but work in progress.
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index bae706a..a4d781f 100644
--- a/settings.json
+++ b/settings.json
@@ -428,6 +428,18 @@
],
"perl": [
{
+ "command": "slp",
+ "requires": [
+ "cpanm"
+ ]
+ },
+ {
+ "command": "monastery",
+ "requires": [
+ "cpanm"
+ ]
+ },
+ {
"command": "perl-languageserver",
"requires": [
"cpanm"