Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

README: mark project as unmaintained #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rnix-lsp [![Crates.io](https://img.shields.io/crates/v/rnix-lsp)](https://crates.io/crates/rnix-lsp) [![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#rnix-lsp:matrix.org) [![Build status](https://github.com/nix-community/rnix-lsp/actions/workflows/test.yml/badge.svg)](https://github.com/nix-community/rnix-lsp/actions/workflows/test.yml)

**This project is not maintained. Checkout [nil](https://github.com/oxalica/nil) or [nixd](https://github.com/nix-community/nixd) for maintained alternatives.**

A syntax-checking language server using
[rnix](https://github.com/nix-community/rnix-parser).

Expand Down
Loading