mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 11:35:06 +02:00
feat: add monokai colorscheme and nvim-tree plugin configuration
This commit is contained in:
parent
d350db2449
commit
d7348e755b
3 changed files with 66 additions and 4 deletions
17
lua/custom/plugins/codam-header.lua
Normal file
17
lua/custom/plugins/codam-header.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue