File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,13 @@ that are specific to rust-analyzer.
85
85
86
86
## :inbox_tray : Installation
87
87
88
- This plugin is [ available on LuaRocks ] [ luarocks-url ] :
88
+ ### [ rocks.nvim ] ( https://github.com/nvim-neorocks/rocks.nvim )
89
89
90
- [ ` :Rocks install rustaceanvim ` ] ( https://github.com/nvim-neorocks/rocks.nvim )
90
+ ``` vim
91
+ :Rocks install rustaceanvim
92
+ ```
91
93
92
- Example using [ ` lazy.nvim ` ] ( https://github.com/folke/lazy.nvim ) :
94
+ ### [ ` lazy.nvim ` ] ( https://github.com/folke/lazy.nvim )
93
95
94
96
``` lua
95
97
{
@@ -105,12 +107,11 @@ Example using [`lazy.nvim`](https://github.com/folke/lazy.nvim):
105
107
106
108
To manually generate documentation, use ` :helptags ALL ` .
107
109
108
- > [ !NOTE]
109
- >
110
- > For NixOS users with flakes enabled, this project provides outputs in the
111
- > form of a package and an overlay; use it as you wish in your NixOS or
112
- > home-manager configuration.
113
- > It is also available in ` nixpkgs ` .
110
+ ### Nix
111
+
112
+ For Nix users with flakes enabled, this project provides outputs in the
113
+ form of a package and an overlay.
114
+ It is also available in ` nixpkgs ` .
114
115
115
116
Look at the configuration information below to get started.
116
117
You can’t perform that action at this time.
0 commit comments