iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.82k stars 284 forks source link

.nvim.lua #487

Closed alexchaichan closed 1 year ago

alexchaichan commented 2 years 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: ... ')

But nothing happens when I use the commands :/

EvaristeFan commented 2 years ago

Use vim.g.xxx

FireSK7 commented 2 years ago

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?