presenting.vim icon indicating copy to clipboard operation
presenting.vim copied to clipboard

Indentation

Open normen opened this issue 4 years ago • 3 comments

Hi,

first of all thanks for this plugin.

I was wondering if theres a way to have the main text indented so it doesn't stick to the left window border quite as much. I already tried re-enabling the sign column but with my color scheme that doesn't look too great.

I can try and implement something if given an idea for how to go about this.

Cheers, Normen

normen avatar Dec 28 '21 08:12 normen

Hey @normen,

first of all: you're welcome.

There is no such feature currently. Initially I wanted to keep this plugin very simple, but lately some features have been added along the lines of theming.

If you would just indent each line, you would probably break the syntax hl that is used underneath. But give it a try and see what happens.

Also maybe other plugins already do what you need. https://github.com/junegunn/goyo.vim already centers your buffer by adding empty buffers around the main buffer. Does that do the trick for you?

sotte avatar Jan 03 '22 13:01 sotte

Uuh, that looks shiny, I'll play around with that and see how that goes, thanks!

normen avatar Jan 03 '22 13:01 normen

I should mention that there are also more feature compete presentation tools such as https://github.com/tybenz/vimdeck

sotte avatar Jan 03 '22 13:01 sotte