diff options
Diffstat (limited to 'nvim/lsp/gleam.lua')
| -rwxr-xr-x | nvim/lsp/gleam.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/lsp/gleam.lua b/nvim/lsp/gleam.lua deleted file mode 100755 index 29e2994..0000000 --- a/nvim/lsp/gleam.lua +++ /dev/null @@ -1,12 +0,0 @@ ----@brief ---- ---- https://github.com/gleam-lang/gleam ---- ---- A language server for Gleam Programming Language. ---- ---- It comes with the Gleam compiler, for installation see: [Installing Gleam](https://gleam.run/getting-started/installing/) -return { - cmd = { 'gleam', 'lsp' }, - filetypes = { 'gleam' }, - root_markers = { 'gleam.toml', '.git' }, -} |
