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

Installation instruction for lazy package manager #608

Merged
merged 3 commits into from
Oct 14, 2023

Conversation

aap01
Copy link
Contributor

@aap01 aap01 commented Sep 25, 2023

No description provided.

@Rocco-Gossmann
Copy link

You may also need to add ft = {"markdown"}.
Else Lazy.nvim may not load the plugin, when opening a Markdown file.
(At least on NvChad)

{ "iamcco/markdown-preview.nvim",
	ft={"markdown"},
	build = function() vim.fn["mkdp#util#install"]() end,
},

@aap01
Copy link
Contributor Author

aap01 commented Sep 29, 2023

Actually, I tested the config in Lunarvim and it works fine there.
I can test the config with ft parameter in Lunarvim's lazy plugin manager.
And, if it works, I will update the MR.

@iamcco iamcco merged commit a1ca115 into iamcco:master Oct 14, 2023
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

Successfully merging this pull request may close these issues.

3 participants