Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3155f8a

Browse files
committed
docs: add information on neovim and vim and neovim support
1 parent 1c9b4e7 commit 3155f8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,11 @@ inherit_gem:
548548
syntax_tree: config/rubocop.yml
549549
```
550550
551-
### VSCode
551+
### Editors
552552
553-
To integrate Syntax Tree into VSCode, you should use the official VSCode extension [ruby-syntax-tree/vscode-syntax-tree](https://github.com/ruby-syntax-tree/vscode-syntax-tree).
553+
* Neovim - formatting via the LSP server can be configured using [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig).
554+
* Vim - format via the CLI using [ALE (Asynchronous Lint Engine)](https://github.com/dense-analysis/ale).
555+
* Visual Studio Code - use the official extension [ruby-syntax-tree/vscode-syntax-tree](https://github.com/ruby-syntax-tree/vscode-syntax-tree).
554556
555557
## Contributing
556558

0 commit comments

Comments
 (0)