diff options
| author | MrNavaStar <43613843+MrNavaStar@users.noreply.github.com> | 2025-08-25 12:49:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-25 11:49:19 -0700 |
| commit | fa12ecf9223acf573c6a45507bd0f885070f8857 (patch) | |
| tree | 7c8bfc831385fb9a3cd30a76f236014b7172310b /lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-fa12ecf9223acf573c6a45507bd0f885070f8857.tar nvim-lspconfig-fa12ecf9223acf573c6a45507bd0f885070f8857.tar.gz nvim-lspconfig-fa12ecf9223acf573c6a45507bd0f885070f8857.tar.bz2 nvim-lspconfig-fa12ecf9223acf573c6a45507bd0f885070f8857.tar.lz nvim-lspconfig-fa12ecf9223acf573c6a45507bd0f885070f8857.tar.xz nvim-lspconfig-fa12ecf9223acf573c6a45507bd0f885070f8857.tar.zst nvim-lspconfig-fa12ecf9223acf573c6a45507bd0f885070f8857.zip | |
feat: atopile #4036
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/atopile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lua/atopile b/lua/atopile new file mode 100644 index 00000000..6548b7e9 --- /dev/null +++ b/lua/atopile @@ -0,0 +1,14 @@ +---@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' }, +} |
