1
0

Update home/.config/lvim/lua/user/plugins.lua

This commit is contained in:
Jeff Lance 2024-08-17 22:42:03 +02:00
parent 0d863f8271
commit 95dd7e3346

View File

@ -153,6 +153,7 @@ M.setup = function()
ft = "markdown", ft = "markdown",
config = function() config = function()
vim.cmd([[ vim.cmd([[
let g:mkdp_filetypes = ['markdown']
let g:mkdp_auto_start = 1 let g:mkdp_auto_start = 1
]]) ]])
end, end,