Skip to content

Commit 569ead0

Browse files
author
David Ponte
committed
fix: small changes to make the styler happy
1 parent f655d4c commit 569ead0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
vim.g.mapleader = ' '
44
vim.g.maplocalleader = ' '
55

6-
76
-- Disables netrw for better file explorers
87
vim.g.loaded_netrw = 1
98
vim.g.loaded_netrwPlugin = 1
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
return {
2-
"f-ras/codam-header.nvim",
3-
cmd = { "Stdheader" },
2+
'f-ras/codam-header.nvim',
3+
cmd = { 'Stdheader' },
44
opts = {
55
auto_update = true, -- Update header when saving.
66
user = 'dponte',
7-
mail = '[email protected]', -- Your mail.
7+
mail = '[email protected]', -- Your mail.
88
-- add other options.
99
},
1010
config = function(_, opts)
11-
require("codamheader").setup(opts)
11+
require('codamheader').setup(opts)
1212
end,
13-
}
13+
}
14+

0 commit comments

Comments
 (0)