๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ vim โ€บ 4233 captured on 2024-08-18 at 22:39:48. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-07-09)

๐Ÿšง View Differences

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

Comment by ๐Ÿš€ stack

Re: "Which config/plugins do you use for writing Gemtext?"

In: s/vim

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

๐Ÿš€ stack [mod]

2023-08-14 ยท 1 year ago

3 Later Comments โ†“

๐Ÿš€ mbays ยท 2023-08-14 at 15:53:

I use kconner's syntax file

โ€” vim syntax git repo

along with the following simple ftplugin:

set fo=
set linebreak
set showbreak=+

๐Ÿฆ€ jeang3nie ยท 2023-08-14 at 20:42:

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 ยท 2023-08-23 at 20:59:

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

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

Original Post

๐ŸŒ’ s/vim

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!

๐Ÿ’ฌ betabube ยท 4 comments ยท 2023-08-14 ยท 1 year ago