Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Instructions for installation/configuration with Packer #399

Closed
syntaxman opened this issue Nov 27, 2021 · 3 comments
Closed

Request: Instructions for installation/configuration with Packer #399

syntaxman opened this issue Nov 27, 2021 · 3 comments

Comments

@syntaxman
Copy link

A lot of neovim users are moving to an init.lua configuration and Packer as their plugin manager. It would be very helpful to have an example of how to install markdown-preview.nvim in that environment.

@thallium
Copy link

It's actually an example in the readme of packer.nvim

@Utkarsh-khambra
Copy link

I use this
use({ "iamcco/markdown-preview.nvim", run = "cd app && npm install", setup = function() vim.g.mkdp_filetypes = { "markdown" } end, ft = { "markdown" }, })
with packer and it's been working fine

@iamcco iamcco closed this as completed in a54e8db May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants