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