diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/atopile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lua/atopile b/lua/atopile deleted file mode 100644 index 6548b7e9..00000000 --- a/lua/atopile +++ /dev/null @@ -1,14 +0,0 @@ ----@brief ---- ---- https://atopile.io/ ---- ---- A language server for atopile Programming Language. ---- ---- It comes with the atopile compiler, for installation see: [Installing atopile](https://docs.atopile.io/atopile/guides/install) - ----@type vim.lsp.Config -return { - cmd = { 'ato', 'lsp', 'start' }, - filetypes = { 'ato' }, - root_markers = { 'ato.yaml', '.ato', '.git' }, -} |
