configure folding

This commit is contained in:
2024-11-14 15:58:58 +02:00
parent 231db82c0f
commit c49b758e86
11 changed files with 166 additions and 14 deletions

View File

@@ -9,12 +9,16 @@ return {
}
})
vim.cmd("colorscheme gruvbox")
vim.api.nvim_set_hl(0, "FoldColumn", { bg = "#282828", fg = "#808080" })
vim.api.nvim_set_hl(0, 'SignColumn', { link = 'FoldColumn' })
end
},
{
"norcalli/nvim-colorizer.lua",
config = function ()
config = function()
require('colorizer').setup({ '*' })
end
}
}