tangled
alpha
login
or
join now
da157.id
/
nixvim-cfg
0
fork
atom
0xda157's nixvim config
0
fork
atom
overview
issues
pulls
pipelines
add mdx support for render markdown
0xda157
3 months ago
5e71fce6
d96dd7d7
+7
-1
1 changed file
expand all
collapse all
unified
split
modules
plugins
default.nix
+7
-1
modules/plugins/default.nix
···
3
3
plugins = {
4
4
web-devicons.enable = true;
5
5
comment.enable = true;
6
6
-
render-markdown.enable = true;
6
6
+
render-markdown = {
7
7
+
enable = true;
8
8
+
settings.file_types = [
9
9
+
"markdown"
10
10
+
"mdx"
11
11
+
];
12
12
+
};
7
13
nvim-autopairs.enable = true;
8
14
tmux-navigator.enable = true;
9
15
luasnip.enable = true;