blob: 064c32bfa32e8db66e29a79c8a53f484128ed8bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---@brief
---
--- https://github.com/astoff/digestif
---
--- Digestif is a code analyzer, and a language server, for LaTeX, ConTeXt et caterva. It provides
---
--- context-sensitive completion, documentation, code navigation, and related functionality to any
---
--- text editor that speaks the LSP protocol.
return {
cmd = { 'digestif' },
filetypes = { 'tex', 'plaintex', 'context' },
root_markers = { '.git' },
}
|