summaryrefslogtreecommitdiff
path: root/nvim/lsp/crystalline.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/crystalline.lua')
-rwxr-xr-xnvim/lsp/crystalline.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/lsp/crystalline.lua b/nvim/lsp/crystalline.lua
deleted file mode 100755
index 1b1ed5f..0000000
--- a/nvim/lsp/crystalline.lua
+++ /dev/null
@@ -1,10 +0,0 @@
----@brief
----
---- https://github.com/elbywan/crystalline
----
---- Crystal language server.
-return {
- cmd = { 'crystalline' },
- filetypes = { 'crystal' },
- root_markers = { 'shard.yml', '.git' },
-}