diff options
Diffstat (limited to 'nvim/lsp/crystalline.lua')
| -rwxr-xr-x | nvim/lsp/crystalline.lua | 10 |
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' }, -} |
