diff options
Diffstat (limited to 'nvim/lsp/earthlyls.lua')
| -rwxr-xr-x | nvim/lsp/earthlyls.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/nvim/lsp/earthlyls.lua b/nvim/lsp/earthlyls.lua deleted file mode 100755 index f62466f..0000000 --- a/nvim/lsp/earthlyls.lua +++ /dev/null @@ -1,11 +0,0 @@ ----@brief ---- ---- https://github.com/glehmann/earthlyls ---- ---- A fast language server for earthly. - -return { - cmd = { 'earthlyls' }, - filetypes = { 'earthfile' }, - root_markers = { 'Earthfile' }, -} |
