AutoYADM commit: 2024-12-08 15:50:04

This commit is contained in:
Daniel Fichtinger 2024-12-08 15:50:04 -05:00
parent 5fc9520949
commit c061baf832
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,7 @@ return {
},
config = function()
vim.g.minimap_left = 1
vim.g.minimap_enable_highlight_colorgroup = 0
vim.api.nvim_create_autocmd("BufEnter", {
callback = function()
if vim.g.minimap_enabled == nil then

View file

@ -107,7 +107,10 @@ return {
local linkhl = require("link-hl")
linkhl.link(linkhl.go_map, "go")
-- minimap.nvim
-- Group.link("minimapCursor", "Cursor")
vim.api.nvim_set_hl(0, "minimapCursor", {
fg = "#ffffff",
bg = "#000000",
})
-- Group.new("ObsidianExtLinkIcon", colors.primary, nil, styles.bold)
-- Group.new("ObsidianRef", colors.primary, nil, styles.underline + styles.bold)
-- Group.new("ObsidianRefText", colors.primary, nil, styles.underline + styles.bold)