fix: small changes to make the styler happy
This commit is contained in:
parent
f655d4c13f
commit
569ead0357
1
init.lua
1
init.lua
|
@ -3,7 +3,6 @@
|
|||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
|
||||
-- Disables netrw for better file explorers
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
return {
|
||||
"f-ras/codam-header.nvim",
|
||||
cmd = { "Stdheader" },
|
||||
'f-ras/codam-header.nvim',
|
||||
cmd = { 'Stdheader' },
|
||||
opts = {
|
||||
auto_update = true, -- Update header when saving.
|
||||
user = 'dponte',
|
||||
mail = 'dponte@student.codam.nl', -- Your mail.
|
||||
mail = 'dponte@student.codam.nl', -- Your mail.
|
||||
-- add other options.
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("codamheader").setup(opts)
|
||||
require('codamheader').setup(opts)
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue