mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
16 lines
239 B
Nix
16 lines
239 B
Nix
{
|
|
empty = {
|
|
plugins.plantuml-syntax.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.plantuml-syntax = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
set_makeprg = 1;
|
|
executable_script = "plantuml";
|
|
};
|
|
};
|
|
};
|
|
}
|