snacks tweaks

This commit is contained in:
iofq 2025-02-04 02:03:02 -06:00
parent bb2a34d620
commit e7eb63b09b
4 changed files with 17 additions and 6 deletions

View file

@ -12,7 +12,7 @@ return {
{
'jinh0/eyeliner.nvim',
event = 'VeryLazy',
config = function()
init = function()
vim.api.nvim_set_hl(0, 'EyelinerPrimary', { underline = true })
vim.api.nvim_set_hl(0, 'EyelinerSecondary', { underline = true })
end,
@ -76,7 +76,7 @@ return {
opts = {
options = {
transparent = true,
terminal_colors = false,
terminal_colors = true,
modules = {
"mini",
"treesitter",