https://github.com/uki00a/deno-lsp
An experimental LSP server implementation for Deno🦕
https://github.com/uki00a/deno-lsp
Last synced: about 1 year ago
JSON representation
An experimental LSP server implementation for Deno🦕
- Host: GitHub
- URL: https://github.com/uki00a/deno-lsp
- Owner: uki00a
- License: mit
- Created: 2020-11-08T07:11:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T07:59:33.000Z (over 5 years ago)
- Last Synced: 2025-02-05T12:46:15.450Z (about 1 year ago)
- Language: TypeScript
- Size: 122 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# deno-lsp (WIP)
An experimental LSP server implementation for Deno🦕
## Usage
**vim-lsp**
```vim
autocmd User lsp_setup call lsp#register_server({
\ 'name': 'deno-lsp',
\ 'cmd': {server_info->['deno', 'run', '--allow-read', '--allow-write', '--quiet', 'cli.ts']},
\ 'allowlist': ['typescript'],
\ 'blocklist': [],
\ 'config': {},
\ 'workspace_config': {'param': {'enabled': v:true}},
\ 'languageId': {server_info->'typescript'},
\ })
```
## See also
* https://github.com/theia-ide/typescript-language-server
* https://github.com/tennashi/lsp_spec_ja