summaryrefslogtreecommitdiff
path: root/nvim/lsp/digestif.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/digestif.lua')
-rwxr-xr-xnvim/lsp/digestif.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/nvim/lsp/digestif.lua b/nvim/lsp/digestif.lua
deleted file mode 100755
index 064c32b..0000000
--- a/nvim/lsp/digestif.lua
+++ /dev/null
@@ -1,14 +0,0 @@
----@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' },
-}