mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
plugins/plantuml-syntax: migrate to mkVimPlugin
This commit is contained in:
parent
471f68d9bb
commit
6c30476a4d
3 changed files with 43 additions and 33 deletions
|
@ -2,4 +2,15 @@
|
|||
empty = {
|
||||
plugins.plantuml-syntax.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.plantuml-syntax = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
set_makeprg = 1;
|
||||
executable_script = "plantuml";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue