-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
976a281
commit f8f84b5
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# github-lsp | ||
# github-lsp | ||
|
||
[![CI](https://github.com/AlexanderBrevig/github-lsp/actions/workflows/ci.yml/badge.svg)](https://github.com/AlexanderBrevig/github-lsp/actions/workflows/ci.yml) | ||
|
||
`github-lsp` is an implementation of the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for working with [GitHub Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) files. | ||
|
||
This is a tool for getting link suggestions while writing READMEs and GitHub Wiki pages locally. | ||
|
||
Use this LSP in conjunction with some other Markdown LSP if you want gotoDefinition et.al. This LSP only focuses on adding autocomplete to | ||
- [x] `#` Issues and PRs | ||
- [ ] `[` Wiki Pages | ||
- [ ] `:` Organizations / Owners | ||
- [ ] `/` Repositories | ||
- [ ] `@` Users | ||
|
||
[Issues](https://github.com/AlexanderBrevig/github-lsp/issues) and [PRs](https://github.com/AlexanderBrevig/github-lsp/pulls) are very welcome! | ||
|
||
## Install | ||
|
||
```shell | ||
git clone [email protected]:alexanderbrevig/github-lsp # here you can see why : is for owners and / is for repositories | ||
cd github-lsp | ||
cargo install --path . | ||
``` | ||
|
||
You can now configure your editor to use this LSP of STDIO. | ||
|