Skip to content

Commit

Permalink
docs(readme): remove gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 21, 2023
1 parent f535232 commit ece16dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ for more configuration options.
<b>Runnables</b>
</summary>

![runnables](https://github.com/simrat39/rust-tools-demos/raw/master/runnables.gif)
```vimscript
:RustLsp runnables [last?]
```
Expand All @@ -157,7 +156,6 @@ for more configuration options.
<b>Expand Macros Recursively</b>
</summary>

![expand macros](https://github.com/simrat39/rust-tools-demos/raw/master/expand_macros_recursively.gif)
```vimscript
:RustLsp expandMacro
```
Expand All @@ -168,7 +166,6 @@ for more configuration options.
<b>Move Item Up/Down</b>
</summary>

![move items](https://github.com/simrat39/rust-tools-demos/raw/master/move_item.gif)
```vimscript
:RustLsp moveItem up
:RustLsp moveItem down
Expand All @@ -180,7 +177,6 @@ for more configuration options.
<b>Hover Actions</b>
</summary>

![hover actions](https://github.com/simrat39/rust-tools-demos/raw/master/hover_actions.gif)
Note: To activate hover actions, run the command twice. This will move you into the window, then press enter on the selection you want. Alternatively, you can set ```auto_focus``` to true in your config and you will automatically enter the hover actions window.
```vimscript
:RustLsp hover actions
Expand All @@ -202,7 +198,6 @@ for more configuration options.
<b>Open Cargo.toml</b>
</summary>

![open cargo](https://github.com/simrat39/rust-tools-demos/raw/master/open_cargo_toml.gif)
```vimscript
:RustLsp openCargo
```
Expand All @@ -213,7 +208,6 @@ for more configuration options.
<b>Parent Module</b>
</summary>

![parent module](https://github.com/simrat39/rust-tools-demos/raw/master/parent_module.gif)
```vimscript
:RustLsp parentModule
```
Expand All @@ -224,7 +218,6 @@ for more configuration options.
<b>Join Lines</b>
</summary>

![join lines](https://github.com/simrat39/rust-tools-demos/raw/master/join_lines.gif)
```vimscript
:RustLsp joinLines
```
Expand Down

0 comments on commit ece16dc

Please sign in to comment.