diff options
| author | ache <ache@ache.one> | 2026-02-19 18:44:33 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-02-19 18:44:33 +0100 |
| commit | 362b4a83c33f5ff30d3dbc3d3d0b996286fae444 (patch) | |
| tree | e4e1581d47dc04cb4e0081ee4c4dd16e3d4708fa /lua/ache/plugins/lsp/rustowl.lua_ | |
| parent | exp: 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" }, +} |