aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-27 17:34:22 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-27 17:34:22 +0900
commit84168077a7a1783e03f177e3d044fde7858fce7d (patch)
tree0a2685a9316e665d974c881ebdbb66f991c52d59 /settings.json
parente1198d7f03ca64021a5dd76a859df789408f650c (diff)
downloadvim-lsp-settings-84168077a7a1783e03f177e3d044fde7858fce7d.tar.gz
vim-lsp-settings-84168077a7a1783e03f177e3d044fde7858fce7d.tar.bz2
vim-lsp-settings-84168077a7a1783e03f177e3d044fde7858fce7d.zip
Add digestif
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 0265c0d..ea3a9e3 100644
--- a/settings.json
+++ b/settings.json
@@ -240,5 +240,21 @@
"npm"
]
}
+ ],
+ "plaintex": [
+ {
+ "command": "digestif",
+ "requires": [
+ "luarocks"
+ ]
+ }
+ ],
+ "tex": [
+ {
+ "command": "digestif",
+ "requires": [
+ "luarocks"
+ ]
+ }
]
}