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 ++++++++++++++ lua/atopile | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 lsp/atopile.lua delete mode 100644 lua/atopile 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' }, +} 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' }, -} -- cgit v1.2.3-70-g09d2