nvim add back hexokinase

This commit is contained in:
Henrik Bakken
2025-05-15 14:24:58 +02:00
parent 90a2f6eb0d
commit 596ee2965f
+10
View File
@@ -506,6 +506,15 @@ local function makespec_lspconfig()
}
end
local function makespec_hexokinase()
return {
-- coloring of colornames
"rrethy/vim-hexokinase",
build = "cd /home/hjalmarlucius/.local/share/nvim/lazy/vim-hexokinase && make hexokinase",
config = function() vim.g.Hexokinase_highlighters = { "virtual" } end,
}
end
local function makespec_lualine()
return {
"nvim-lualine/lualine.nvim",
@@ -1555,6 +1564,7 @@ for _, spec in ipairs({
makespec_flash(),
makespec_grugfar(),
-- visuals
makespec_hexokinase(),
makespec_lualine(),
makespec_noice(),
-- file browsers