From 5dfb4199ed2afb1f06bb7f34adfa3d79a86ff731 Mon Sep 17 00:00:00 2001 From: MrNavaStar <43613843+MrNavaStar@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:12:07 -0600 Subject: fix(atopile): rename file, move to correct location #4039 --- lsp/atopile.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lsp/atopile.lua (limited to 'lsp/atopile.lua') diff --git a/lsp/atopile.lua b/lsp/atopile.lua new file mode 100644 index 00000000..6548b7e9 --- /dev/null +++ b/lsp/atopile.lua @@ -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' }, +} -- cgit v1.2.3-70-g09d2