plantuml-syntax icon indicating copy to clipboard operation
plantuml-syntax copied to clipboard

installation help

Open joaomcteixeira opened this issue 4 years ago • 2 comments

Hi,

I am not able to get syntax highlight. I must say I am relatively new to vim. I have sourced all your plugin *.vim files. Still, when I open a plantuml file syntax does not show.

I notice that my vim is not being able to read any object type in the plantuml file.

here is my vim config (plug in source at the bottom)

If you can help me on this I would appreciate.

Thank you!

joaomcteixeira avatar Jan 22 '20 19:01 joaomcteixeira

Hello,

I would think that

set nocompatible
syntax on
filetype plugin indent on

would be required in .vimrc

aklt avatar Jun 25 '20 17:06 aklt

i have this situation either, and i have the 3 lines above in the .vimrc, but i can't have my .puml file syntax highlight

gilbertguoze avatar Sep 28 '21 14:09 gilbertguoze

Hope you got it working

aklt avatar Sep 07 '22 19:09 aklt