From bce9af269a9f8d89dd13924ada3f0565fb67fddd Mon Sep 17 00:00:00 2001 From: Pakin49 Date: Sun, 25 May 2025 04:32:29 +0700 Subject: [PATCH] rm hdl checker --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e381038f..db506aef 100644 --- a/init.lua +++ b/init.lua @@ -684,7 +684,7 @@ require('lazy').setup({ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { clangd = {}, - hdl_checker = {}, + -- hdl_checker = {}, --gopls = {}, pyright = {}, -- rust_analyzer = {},