sagarchalise / geany-lsp

LSP trial in Geany

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP implementation for Geany

Based on good work done by gnome-builder

Building and Installing

```
mkdir build
cd build
cmake ..
make
```

- currently install by copying geany-lsp.so and lsp.json into ~/.config/geany/plugins
- enable the plugin from geany editor.

WARNING: BUGGY

About

LSP trial in Geany


Languages

Language:C 98.4%Language:CMake 1.6%