nickr -> nichkara update

This commit is contained in:
Nick
2025-10-19 07:08:35 +02:00
parent ff55d76f71
commit 576bb711bb

View File

@@ -1,13 +1,8 @@
-- vim dummy assignment for the lsp
if vim == nil then
local vim = {}
end
-- Setup the formatter for VHDL -- Setup the formatter for VHDL
-- Download for current platform type if not already present -- Download for current platform type if not already present
local check_formatter = { os.execute("which ~/.local/bin/vhdlfmt") } local check_formatter = { os.execute("which ~/.local/bin/vhdlfmt") }
if check_formatter == 1 then if check_formatter == 1 then
-- setup the formatter here -- 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") os.execute("chmod +x ~/.local/bin/vhdlfmt")
end end