aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/crystalline.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lsp/crystalline.lua')
-rw-r--r--.config/nvim/lsp/crystalline.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nvim/lsp/crystalline.lua b/.config/nvim/lsp/crystalline.lua
deleted file mode 100644
index f682f7d..0000000
--- a/.config/nvim/lsp/crystalline.lua
+++ /dev/null
@@ -1,12 +0,0 @@
----@brief
----
---- https://github.com/elbywan/crystalline
----
---- Crystal language server.
-
----@type vim.lsp.Config
-return {
- cmd = { 'crystalline' },
- filetypes = { 'crystal' },
- root_markers = { 'shard.yml', '.git' },
-}