0xda157's nixvim config

add mdx support for render markdown

0xda157 5e71fce6 d96dd7d7

+7 -1
+7 -1
modules/plugins/default.nix
··· 3 3 plugins = { 4 4 web-devicons.enable = true; 5 5 comment.enable = true; 6 - render-markdown.enable = true; 6 + render-markdown = { 7 + enable = true; 8 + settings.file_types = [ 9 + "markdown" 10 + "mdx" 11 + ]; 12 + }; 7 13 nvim-autopairs.enable = true; 8 14 tmux-navigator.enable = true; 9 15 luasnip.enable = true;