Skip to content

Forum post vim-rescript v3 release #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update
  • Loading branch information
aspeddro committed Jul 28, 2024
commit 95977abd0a1ed2d19462174429d1f068f275814a
3 changes: 2 additions & 1 deletion draft-v3-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ We only provide the Vim runtime files that provide the following features:
1. Indentation
2. Syntax Highlight
3. Filetype detection
4. Commenting support (Neovim v10 has a built-in commenting)

## Breaking Changes

Expand All @@ -27,7 +28,7 @@ installation and setup to get all the features.
npm install -g @rescript/language-server
```

## Noevim LSP builtin users
## Neovim LSP builtin users

Install nvim-lspconfig package.

Expand Down