Compare commits
2 Commits
1f9d1c7657
...
6e02172511
Author | SHA1 | Date |
---|---|---|
iGor milhit | 6e02172511 | |
iGor milhit | 049a6e7b14 |
|
@ -1,9 +1,6 @@
|
|||
-- makdown-preview.nvim
|
||||
-- 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 {
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
|
@ -12,6 +9,6 @@ return {
|
|||
'markdown'
|
||||
},
|
||||
lazy = true,
|
||||
build = "cd app && yarn install",
|
||||
build = "cd app && npm install && git reset --hard",
|
||||
},
|
||||
}
|
||||
|
|
|
@ -55,7 +55,7 @@ return {
|
|||
dscr = "Insert the current date."
|
||||
},
|
||||
{
|
||||
f(get_datetime, {})
|
||||
f(get_date, {})
|
||||
}
|
||||
),
|
||||
s(
|
||||
|
|
Loading…
Reference in New Issue