Closed alexchaichan closed 1 year ago
Hey guys,
how you manage to fire up MrkdownPreview with nvim.lua?
I also tried to put the .vim commands into a vim.cmd('let g: ... ')
vim.cmd('let g: ... ')
But nothing happens when I use the commands :/
Use vim.g.xxx
Hi,guys. I am a new to neovim, I wander if I need to use "require('markdown-preview').setup()" before I config this plugin, just like what I did like the other plugins?
Hey guys,
how you manage to fire up MrkdownPreview with nvim.lua?
I also tried to put the .vim commands into a
vim.cmd('let g: ... ')
But nothing happens when I use the commands :/