Skip to content

Commit ef3725c

Browse files
committed
update doc
1 parent e42909f commit ef3725c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A plugin to improve your ReScript experience in Neovim.
55
## Requirements
66

77
- Neovim >= 0.8
8-
- [rescript-vscode](https://github.com/rescript-lang/rescript-vscode) >= 1.8.3
8+
- [ReScript LSP](https://github.com/rescript-lang/rescript-vscode) >= 1.8.3
99

1010
## Install
1111

@@ -17,7 +17,7 @@ use 'aspeddro/rescript-tools.nvim'
1717

1818
## Recommendations
1919

20-
The rescript-vscode plugin contains a language server than can be power other editors. I recommend using [mason.nvim](https://github.com/williamboman/mason.nvim) to install the language server. It will download the `vsix` file from the latest release and add it to the Neovim `PATH` as `rescript-lsp`.
20+
The [rescript-vscode](https://github.com/rescript-lang/rescript-vscode) plugin contains a language server than can be power other editors. I recommend using [mason.nvim](https://github.com/williamboman/mason.nvim) to install the language server. It will download the `vsix` file from the latest stable release and add it to the Neovim `PATH` as `rescript-lsp`.
2121

2222
## Setup
2323

lua/rescript-tools/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local M = {}
44
---*rescript-tools.nvim* A plugin to improve your ReScript experience in Neovim.
55
---
66
---Author: Pedro Castro
7-
---Homepage: <https://github.com/aspeddro/rescript.nvim>
7+
---Homepage: <https://github.com/aspeddro/rescript=tools.nvim>
88
---License: MIT
99
---@brief ]]
1010

0 commit comments

Comments
 (0)