summaryrefslogtreecommitdiff
path: root/nvim/lsp/diagnosticls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/diagnosticls.lua')
-rwxr-xr-xnvim/lsp/diagnosticls.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/lsp/diagnosticls.lua b/nvim/lsp/diagnosticls.lua
deleted file mode 100755
index f4a9391..0000000
--- a/nvim/lsp/diagnosticls.lua
+++ /dev/null
@@ -1,12 +0,0 @@
----@brief
----
---- https://github.com/iamcco/diagnostic-languageserver
----
---- Diagnostic language server integrate with linters.
-return {
- -- Configuration from https://github.com/iamcco/diagnostic-languageserver#config--document
- cmd = { 'diagnostic-languageserver', '--stdio' },
- root_markers = { '.git' },
- -- Empty by default, override to add filetypes.
- filetypes = {},
-}