This website requires JavaScript.
Explore
Help
Register
Sign In
odie
/
nixos-combined-flake
Watch
1
Star
0
Fork
You've already forked nixos-combined-flake
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3987b94d21
nixos-combined-flake
/
modules
/
nixvim
/
plugins
/
render-markdown.nix
9 lines
126 B
Nix
Raw
Blame
History
{
plugins
.
render-markdown
=
{
enable
=
true
;
settings
=
{
file_types
=
[
"
m
a
r
k
d
o
w
n
"
"
A
v
a
n
t
e
"
]
;
}
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink