From 576bb711bbe4b2222799b1b388d676120c5dc1fd Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 19 Oct 2025 07:08:35 +0200 Subject: [PATCH] nickr -> nichkara update --- lua/vhdl_mode.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lua/vhdl_mode.lua b/lua/vhdl_mode.lua index 0c3d660..5eda336 100644 --- a/lua/vhdl_mode.lua +++ b/lua/vhdl_mode.lua @@ -1,13 +1,8 @@ --- vim dummy assignment for the lsp -if vim == nil then - local vim = {} -end - -- Setup the formatter for VHDL -- Download for current platform type if not already present local check_formatter = { os.execute("which ~/.local/bin/vhdlfmt") } if check_formatter == 1 then -- setup the formatter here - os.execute("wget -O ~/.local/bin/vhdlfmt https://www.nickr.eu/data/vhdlfmt") + os.execute("wget -O ~/.local/bin/vhdlfmt https://www.nichkara.eu/data/vhdlfmt") os.execute("chmod +x ~/.local/bin/vhdlfmt") end