aklt / plantuml-syntax

vim syntax file for plantuml
Vim License
475 stars 72 forks source link

installation help #81

Closed joaomcteixeira closed 2 years ago

joaomcteixeira commented 4 years ago

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!

aklt commented 4 years ago

Hello,

I would think that

set nocompatible
syntax on
filetype plugin indent on

would be required in .vimrc

gilbertguoze commented 3 years ago

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

aklt commented 2 years ago

Hope you got it working