feat: add monokai colorscheme and nvim-tree plugin configuration

This commit is contained in:
David Ponte 2025-04-22 18:01:31 +02:00
parent d350db2449
commit d7348e755b
3 changed files with 66 additions and 4 deletions

View file

@ -0,0 +1,17 @@
-- Codam header
return {
config = function()
require('codamheader').setup {
auto_update = true,
user = 'dponte',
mail = 'dponte@student.codam.nl',
git = {
enabled = false,
bin = 'git',
user_global = true,
email_global = true,
},
exascii_left = false,
}
end,
}