From 370e665f1cc7d1192c58e6beb0501e3fb2b38e37 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Sun, 13 Jul 2025 11:31:03 +0200 Subject: 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. --- devel/geany-plugins/files/bsd.geany-plugins.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/geany-plugins/files/bsd.geany-plugins.mk') 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 -- cgit v1.2.3