mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
snacks tweaks
This commit is contained in:
parent
bb2a34d620
commit
e7eb63b09b
4 changed files with 17 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue