parent
0f627107ce
commit
346077c0e0
16 changed files with 144 additions and 107 deletions
homeManagerModules/neovim/langs/markdown
16
homeManagerModules/neovim/langs/markdown/shell.nix
Normal file
16
homeManagerModules/neovim/langs/markdown/shell.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
mkShell,
|
||||
pandoc,
|
||||
texlab,
|
||||
texliveFull,
|
||||
rubber,
|
||||
...
|
||||
}:
|
||||
mkShell {
|
||||
packages = [
|
||||
pandoc
|
||||
texlab
|
||||
texliveFull
|
||||
rubber
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue