Skip to content

Commit 410dc20

Browse files
authored
Merge pull request #89 from UziTech/rename
fix: rename to atom-languageclient
2 parents 9876e1a + 67bd3fb commit 410dc20

File tree

3 files changed

+4399
-32
lines changed

3 files changed

+4399
-32
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Atom Language Server Protocol Client
22

3-
[![Build Status](https://github.com/atom-ide-community/atom-ide-languageclient/workflows/CI/badge.svg)](https://github.com/atom-ide-community/atom-ide-languageclient/actions) [![Dependency Status](https://david-dm.org/atom-ide-community/atom-ide-languageclient.svg)](https://david-dm.org/atom-ide-community/atom-ide-languageclient)
3+
[![Build Status](https://github.com/atom-ide-community/atom-languageclient/workflows/CI/badge.svg)](https://github.com/atom-ide-community/atom-languageclient/actions) [![Dependency Status](https://david-dm.org/atom-ide-community/atom-languageclient.svg)](https://david-dm.org/atom-ide-community/atom-languageclient)
44

5-
This is a fork of [atom/atom-languageclient](https://github.com/atom/atom-languageclient)
5+
This repo was moved from [atom/atom-languageclient](https://github.com/atom/atom-languageclient)
66

77
Provide integration support for adding Language Server Protocol servers to Atom.
88

@@ -137,7 +137,7 @@ Right now we have the following experimental Atom LSP packages in development. T
137137

138138
### Community packages
139139

140-
Our [full list of Atom IDE packages](https://github.com/atom-ide-community/atom-ide-languageclient/wiki/List-of-Atom-packages-using-Atom-LanguageClient) includes the community packages.
140+
Our [full list of Atom IDE packages](https://github.com/atom-ide-community/atom-languageclient/wiki/List-of-Atom-packages-using-Atom-LanguageClient) includes the community packages.
141141

142142
### Other language servers
143143

@@ -161,7 +161,7 @@ We have various unit tests and some linter rules - you can run both of these loc
161161

162162
### Guidance
163163

164-
Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/atom-ide-community/atom-ide-languageclient/issues/new) or working on some of the [open issues](https://github.com/atom-ide-community/atom-ide-languageclient/issues), Atom's [contributing guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) will help get you started while the [guide for contributing to packages](https://github.com/atom/atom/blob/master/docs/contributing-to-packages.md) has some extra information.
164+
Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/atom-ide-community/atom-languageclient/issues/new) or working on some of the [open issues](https://github.com/atom-ide-community/atom-languageclient/issues), Atom's [contributing guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) will help get you started while the [guide for contributing to packages](https://github.com/atom/atom/blob/master/docs/contributing-to-packages.md) has some extra information.
165165

166166
## License
167167

0 commit comments

Comments
 (0)