-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work, nothing happens when saving #11
Comments
For information, when I try to save an empty file in
This means that the plugin is well installed and reacts to file saves. But it just can't inline the output inside the file when the syntax is valid (no errors, nothing happens) :/ |
Nothing happened as well when I save the file, and I have set |
Can confirm @jon301 's results. @scrooloose Are you still alive? |
Loooks like this plugging stopped working all the sudden with lastest vim |
Not working either :( @scrooloose - thoughts please? |
With empty file I see:
With a valid, populated file nothing happens & no messages available in nvim. |
Regression of this issue I think. |
Hmm, the error messages have stopped appearing. It seems that once the temporary file under eg. |
@kinowarrior how did you fix it ? how did you create the above file ? |
For users that might want to use the plugin in the future, it's quite easy to fix it. |
@Slyces doesn't work for me (Vim 8.1) |
Same for me, nothing happens when saving a .uml file (either empty or with valid markup). Also no change when replacing the plantuml.jar file with one from the PlantUML website. I'm using Neovim v0.4.4. |
Hello, I also had this problem, but modifying slumlord.vim and changing the way the plantuml jar is invoked solved the problem for me - more precisely, invoking the jar in headless mode (adding "-Djava.awt.headless=true" option). I'll create a pull request and let the author decide whether I missed anything there. |
I encount ths same problem. |
@kdurant |
Hi
I'm trying to make this plugin work with the following example :
test.uml
When I save the file, nothing happens.
For information, when I run the following command in the terminal :
java -Dapple.awt.UIElement=true -splash: -jar .vim/plugged/vim-slumlord/plantuml.jar -charset UTF-8 -tutxt test.uml
This generates
test.utxt
file correctly containing the ascii output of the diagram.More information about my environment :
Mac OS High Sierra 10.13.1
Do you have an idea what could be the problem ?
The text was updated successfully, but these errors were encountered: