refactor(nvim): improve orgmode journal template
This commit is contained in:
parent
66d39c655a
commit
087c68af35
@ -1 +1,2 @@
|
|||||||
vim.opt_local.commentstring = "-- %s"
|
vim.opt_local.commentstring = "-- %s"
|
||||||
|
vim.opt_local.shiftwidth = 2
|
||||||
|
@ -25,7 +25,7 @@ return {
|
|||||||
markdown = filetypes.markdown.prettierd,
|
markdown = filetypes.markdown.prettierd,
|
||||||
css = filetypes.css.prettierd,
|
css = filetypes.css.prettierd,
|
||||||
lua = filetypes.lua.stylua,
|
lua = filetypes.lua.stylua,
|
||||||
psql = function ()
|
sql = function ()
|
||||||
return {
|
return {
|
||||||
exe = "sql-formatter",
|
exe = "sql-formatter",
|
||||||
args = {
|
args = {
|
||||||
@ -35,14 +35,6 @@ return {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
sql = function ()
|
|
||||||
return {
|
|
||||||
exe = "sql-formatter",
|
|
||||||
args = {
|
|
||||||
"--fix",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
end,
|
|
||||||
asm = function()
|
asm = function()
|
||||||
return {
|
return {
|
||||||
exe = "asmfmt",
|
exe = "asmfmt",
|
||||||
|
@ -45,7 +45,7 @@ return {
|
|||||||
},
|
},
|
||||||
j = {
|
j = {
|
||||||
description = "Journal",
|
description = "Journal",
|
||||||
template = "\n** %U :journal:\n\n%?",
|
template = "\n* %? %U :journal:",
|
||||||
target = "~/Notes/journal/%<%Y-%m-%d>.org"
|
target = "~/Notes/journal/%<%Y-%m-%d>.org"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user