We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f655d4c commit 569ead0Copy full SHA for 569ead0
init.lua
@@ -3,7 +3,6 @@
3
vim.g.mapleader = ' '
4
vim.g.maplocalleader = ' '
5
6
-
7
-- Disables netrw for better file explorers
8
vim.g.loaded_netrw = 1
9
vim.g.loaded_netrwPlugin = 1
lua/custom/plugins/codam-header.lua
@@ -1,13 +1,14 @@
1
return {
2
- "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 = '[email protected]', -- Your mail.
+ mail = '[email protected]', -- Your mail.
-- add other options.
},
10
config = function(_, opts)
11
- require("codamheader").setup(opts)
+ require('codamheader').setup(opts)
12
end,
13
-}
+}
14
+
0 commit comments