mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/texpresso: init
This commit is contained in:
parent
77efb038df
commit
e95f8e9ce4
3 changed files with 40 additions and 0 deletions
6
tests/test-sources/plugins/languages/texpresso.nix
Normal file
6
tests/test-sources/plugins/languages/texpresso.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
empty = {
|
||||
# texpresso is broken on darwin
|
||||
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue