💾 Archived View for bbs.geminispace.org › s › vim › 4214 captured on 2023-09-28 at 18:15:57. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

➡️ Next capture (2023-11-04)

🚧 View Differences

-=-=-=-=-=-=-

Which config/plugins do you use for writing Gemtext?

I'm not really sure about, the only thing I set so far is that the text should wrap on the terminal border, but I want to set it to wrap at column 80. I don't know how you edit your gemtext files, are there any plugins, syntax highlighters or the like? Or is there even a dedicated editor for gemtext? Pls let me kno!

Posted in: s/vim

🧶 betabube

2023-08-14 · 7 weeks ago

4 Comments ↓

🚀 stack

I don't use any plugins. There is so little syntax that it rarely matters.

2023-08-14 · 6 weeks ago

🚀 mbays

I use kconner's syntax file

— vim syntax git repo

along with the following simple ftplugin:

set fo=
set linebreak
set showbreak=+

🦀 jeang3nie

About the only nicety I've added specifically for Gemini is easy access to spell checking with 'leader-sc'.

As for line breaks, I use a tiling wm (sway on Linux, i3 on FreeBSD) so I just open a second window next to three one I'm writing in, if I don't already have something there. I could have taken three time to figure it out but I just never bothered.

😺 gemalaya

I use this gemtext syntax highlighting plugin, it's nice and simple

https://github.com/SuneelFreimuth/vim-gemtext

2023-08-23 · 5 weeks ago