FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Vim + Markdown = Writer's Heaven
How-ToWeb Development

Vim + Markdown = Writer's Heaven

via Dev.to WebdevArmand Halbert2h ago

I use Jekyll, Markdown and Vim to write content for my blog. Rather than wrestling with a full-fledged CMS or writing raw HTML, I can use a human readable markup language to write my posts. Vim is my editor of choice, and while I like the friendliness of GUI markdown tools, I miss my shortcuts, autocomplete and plugins in vim. Having a minimalistic text editor gives me an environment that is distraction free, version controlled and easy to publish. This article will go into how to set up vim to effectively edit Markdown with these features: Spelling English Auto-Completion Auto-Formatting Grammar Checking Some notes before we begin: I use vim-plug to manage my plugins, and this guide assumes you do too. There are two .vimrc files used here: ~/.vimrc and ~/.vim/after/ftplugin/markdown.vim , which is a file that runs only after ~/.vimrc is loaded and a markdown file is detected. The Basics Vanilla vim itself comes with a lot of markdown support, such as frontmatter highlighting and spell

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

How Excel is Used in Real-World Data Analysis
How-To

How Excel is Used in Real-World Data Analysis

Dev.to Beginners • 19m ago

IntentCAD v0.8.0 — Thirteen EPICs, One Day
How-To

IntentCAD v0.8.0 — Thirteen EPICs, One Day

Dev.to • 5h ago

A Growing Position Doesn't Always Mean Fresh Buying — Here's How to Tell
How-To

A Growing Position Doesn't Always Mean Fresh Buying — Here's How to Tell

Dev.to Beginners • 6h ago

Tutorials Are Lying to You Here’s What Actually Works ?
How-To

Tutorials Are Lying to You Here’s What Actually Works ?

Medium Programming • 8h ago

Flutter Mistakes That Make Apps Slow ⚡
How-To

Flutter Mistakes That Make Apps Slow ⚡

Medium Programming • 9h ago

Discover More Articles