From 362b4a83c33f5ff30d3dbc3d3d0b996286fae444 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 19 Feb 2026 18:44:33 +0100 Subject: fix: LUA formatting --- lua/ache/plugins/lsp/rustowl.lua_ | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/ache/plugins/lsp/rustowl.lua_ (limited to 'lua/ache/plugins/lsp/rustowl.lua_') diff --git a/lua/ache/plugins/lsp/rustowl.lua_ b/lua/ache/plugins/lsp/rustowl.lua_ new file mode 100644 index 0000000..8f6e431 --- /dev/null +++ b/lua/ache/plugins/lsp/rustowl.lua_ @@ -0,0 +1,5 @@ +return { + "cordx56/rustowl", + enabled = false, + dependencies = { "neovim/nvim-lspconfig" }, +} -- cgit v1.3-2-g11bf