Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
netmute authored Nov 22, 2024
1 parent d61df5d commit e1de189
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# CTags Language Server

A Language Server Protocol (LSP) implementation using `ctags` for code completion and go-to definition.
A Language Server Protocol (LSP) implementation using `universal-ctags` for code completion and go-to definition.

This won't replace your dedicated language server, and it doesn't try to. The goal is to have a "better than nothing" language server that's trivial to setup for any language.

## Installation

### With homebrew

```
brew install netmute/tap/ctags-lsp
```

### With go

> You need to install its dependency `universal-ctags` yourself
```
go install github.com/netmute/ctags-lsp@latest
```

## Use

The only supported/tested editor at this point is Neovim.
I have written a plugin that simplifies integration: [netmute/ctags-lsp.nvim](https://github.com/netmute/ctags-lsp.nvim)

0 comments on commit e1de189

Please sign in to comment.