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 --- test/test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index d099cc3..3f734ad 100644 --- a/test/test.h +++ b/test/test.h @@ -21,5 +21,6 @@ void run_minibuffer_tests(void); void run_settings_tests(void); void run_container_tests(void); void run_json_tests(void); +void run_bufread_tests(void); #endif -- cgit v1.2.3