Compare commits
No commits in common. "6e02172511c607620de632e3ba3caea50ca4e08f" and "1f9d1c76579638075f8ebf84c22cac8776c9c3a6" have entirely different histories.
6e02172511
...
1f9d1c7657
|
@ -1,6 +1,9 @@
|
||||||
-- makdown-preview.nvim
|
-- makdown-preview.nvim
|
||||||
-- installed with code found at https://github.com/iamcco/markdown-preview.nvim/issues/558#issuecomment-1514701537
|
-- installed with code found at https://github.com/iamcco/markdown-preview.nvim/issues/558#issuecomment-1514701537
|
||||||
|
|
||||||
|
-- Force the light theme, no matter the system option is.
|
||||||
|
vim.cmd([[ let g:mkdp_theme = 'light' ]])
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"iamcco/markdown-preview.nvim",
|
"iamcco/markdown-preview.nvim",
|
||||||
|
@ -9,6 +12,6 @@ return {
|
||||||
'markdown'
|
'markdown'
|
||||||
},
|
},
|
||||||
lazy = true,
|
lazy = true,
|
||||||
build = "cd app && npm install && git reset --hard",
|
build = "cd app && yarn install",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@ return {
|
||||||
dscr = "Insert the current date."
|
dscr = "Insert the current date."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
f(get_date, {})
|
f(get_datetime, {})
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
s(
|
s(
|
||||||
|
|
Loading…
Reference in New Issue