From 4459b8b3aa9d73895391785a99dcc87134e80601 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 17 Sep 2024 08:47:03 +0200 Subject: More lsp support This makes the LSP support complete for now: - Completion - Diagnostics - Goto implementation/declaration - Rename - Documentation - Find references --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index b9b33cd..d45662c 100755 --- a/configure +++ b/configure @@ -4,14 +4,14 @@ _usage="./configure -- configure the DGED build. Options: --[enable|disable]-syntax Enable or disable syntax highlighting support. Default: enabled. - --[enable|disable]-lsp Enable or disable Language Server Protocol support. Default: disabled (experimental). + --[enable|disable]-lsp Enable or disable Language Server Protocol support. Default: enabled. --enable-asan Build DGED with address sanitizer enabled. Default: disabled. --prefix= Set the build prefix path to . Default: /usr/local. -h/--help Show this help text. " enable_syntax=1 -enable_lsp=0 +enable_lsp=1 enable_asan=0 prefix= while [ "$#" -gt 0 ]; do -- cgit v1.2.3