From 80f2cd7734ff21da4cf1489c9695e440cdcd139f Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 21 Apr 2025 21:06:36 +0200 Subject: refactor!: remove handler functionality, add automatic enable feature This also removes all generated code/docs, including relevant scripts. Mappings are now also dynamically generated instead of compiled. These changes should reduce churn in this plugin and make it more resilient for external changes in Mason and/or nvim-lspconfig. Mappings have been centralized in the registry instead. --- tests/minimal_init.vim | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'tests/minimal_init.vim') diff --git a/tests/minimal_init.vim b/tests/minimal_init.vim index eb0845a..e81ed89 100644 --- a/tests/minimal_init.vim +++ b/tests/minimal_init.vim @@ -16,18 +16,16 @@ lua require("luassertx") lua require("test_helpers") lua <