diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2025-07-13 11:31:03 +0200 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2025-07-13 11:31:03 +0200 |
commit | 370e665f1cc7d1192c58e6beb0501e3fb2b38e37 (patch) | |
tree | f74650f1ff55066e4919443263829bafc0499ceb /devel/geany-plugins/files/bsd.geany-plugins.mk | |
parent | devel/geany: Update to 2.1 (diff) |
devel/geany-plugin*: Update to 2.1
- Add new "lsp" plugin which allows running and using language
servers. Please note that language servers for the various languages
are not included, they need to be installed and configured separately.
Diffstat (limited to 'devel/geany-plugins/files/bsd.geany-plugins.mk')
-rw-r--r-- | devel/geany-plugins/files/bsd.geany-plugins.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/geany-plugins/files/bsd.geany-plugins.mk b/devel/geany-plugins/files/bsd.geany-plugins.mk index 74541f2670b8..66145abccd84 100644 --- a/devel/geany-plugins/files/bsd.geany-plugins.mk +++ b/devel/geany-plugins/files/bsd.geany-plugins.mk @@ -1,4 +1,4 @@ -GEANY_VER= 2.0 +GEANY_VER= 2.1 GEANY_PLUGINS= addons \ autoclose \ @@ -17,6 +17,7 @@ GEANY_PLUGINS= addons \ latex \ lineoperations \ lipsum \ + lsp \ lua \ macro \ markdown \ @@ -58,6 +59,7 @@ insertnum_DESC= replace selection with integer numbers latex_DESC= LaTeX support lineoperations_DESC= Simple line functions that can be applied to an open file lipsum_DESC= Lorem Ipsum generator +lsp_DESC= Language Server Protocol support lua_DESC= Lua scripting macro_DESC= user defined macros markdown_DESC= real-time preview of rendered Markdown |