nvim bugfix vim-hexokinase build

This commit is contained in:
Henrik Bakken
2025-09-11 08:45:28 +02:00
parent f9a270ac3e
commit 0c8da5e9dd
+1 -1
View File
@@ -518,7 +518,7 @@ local function makespec_hexokinase()
return { return {
-- coloring of colornames -- coloring of colornames
"rrethy/vim-hexokinase", "rrethy/vim-hexokinase",
build = "cd /home/hjalmarlucius/.local/share/nvim/lazy/vim-hexokinase && make hexokinase", build = "cd /home/hjalmarlucius/.local/share/nvim/lazy/vim-hexokinase; make hexokinase",
config = function() vim.g.Hexokinase_highlighters = { "virtual" } end, config = function() vim.g.Hexokinase_highlighters = { "virtual" } end,
} }
end end