diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-27 17:34:22 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-27 17:34:22 +0900 |
commit | 84168077a7a1783e03f177e3d044fde7858fce7d (patch) | |
tree | 0a2685a9316e665d974c881ebdbb66f991c52d59 /settings.json | |
parent | e1198d7f03ca64021a5dd76a859df789408f650c (diff) | |
download | vim-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.json | 16 |
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" + ] + } ] } |