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 --- lua/atopile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lua/atopile (limited to 'lua') 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