Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lua/astrocommunity/editing-support/rustowl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ Visualize Ownership and Lifetimes in Rust.
See docs for usage

**Repository**: <https://github.com/cordx56/rustowl>

## Note

This plugin can take a while to build, and `Lazy.nvim` has a build timeout. It's recommended to **increase the build timeout**
so this plugin can build.

2 changes: 1 addition & 1 deletion lua/astrocommunity/editing-support/rustowl/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
"cordx56/rustowl",
version = "*",
build = "cd rustowl && cargo install --path . --locked",
build = "cargo install --locked rustowl",
lazy = false,
opts = {},
}