Skip to content

Is there a "best practices" style memo for use in NixOS? #406

Closed Answered by MeanderingProgrammer
bogorad asked this question in Q&A
Discussion options

You must be logged in to vote

If you open a markdown file does the plugin work, or do you get an error message?

Can you try swapping nvim-treesitter and render-markdown setup calls?

return {
  'MeanderingProgrammer/render-markdown.nvim',
  lazy = false,
  dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' },
  config = function()
    require('nvim-treesitter.configs').setup({
      highlight = { enable = true },
      ensure_installed = { "markdown", "markdown_inline" },
    })
    require('render-markdown').setup({ latex = { enabled = false } })
  end
}

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bogorad
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by bogorad
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants