nvim bugfix vim-hexokinase build
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user