summaryrefslogtreecommitdiff
path: root/lua/ache/plugins/lsp/rustowl.lua_
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-02-19 18:44:33 +0100
committerache <ache@ache.one>2026-02-19 18:44:33 +0100
commit362b4a83c33f5ff30d3dbc3d3d0b996286fae444 (patch)
treee4e1581d47dc04cb4e0081ee4c4dd16e3d4708fa /lua/ache/plugins/lsp/rustowl.lua_
parentexp: Experiment with treesitter fold (diff)
fix: LUA formatting
Diffstat (limited to 'lua/ache/plugins/lsp/rustowl.lua_')
-rw-r--r--lua/ache/plugins/lsp/rustowl.lua_5
1 files changed, 5 insertions, 0 deletions
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" },
+}