Snippet to increase spacing between list items?

Can u give some visual cue or illustration on this. If i get u, it should mean space between list item 1 and list item 2 right? But not between paragraph element and list item 1?

paragraph element
- list item 1
- list item 2

I dont have a ready snippet yet, but the hint is to use css combinatory selector e.g. li + li { }