nvim add back hexokinase
This commit is contained in:
@@ -506,6 +506,15 @@ local function makespec_lspconfig()
|
|||||||
}
|
}
|
||||||
end
|
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()
|
local function makespec_lualine()
|
||||||
return {
|
return {
|
||||||
"nvim-lualine/lualine.nvim",
|
"nvim-lualine/lualine.nvim",
|
||||||
@@ -1555,6 +1564,7 @@ for _, spec in ipairs({
|
|||||||
makespec_flash(),
|
makespec_flash(),
|
||||||
makespec_grugfar(),
|
makespec_grugfar(),
|
||||||
-- visuals
|
-- visuals
|
||||||
|
makespec_hexokinase(),
|
||||||
makespec_lualine(),
|
makespec_lualine(),
|
||||||
makespec_noice(),
|
makespec_noice(),
|
||||||
-- file browsers
|
-- file browsers
|
||||||
|
|||||||
Reference in New Issue
Block a user