commit c6e2f19879e43e570de7c3a520b1c2defd93c256
parent be88ba095d4d1ff2f71372217b9d7ac19c2cb441
Author: Ed van Bruggen <ed@edryd.org>
Date: Thu, 19 Feb 2026 09:14:29 -0500
Fix image links in vim indenting post
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/posts/vim-indenting.md b/content/posts/vim-indenting.md
@@ -58,19 +58,19 @@ second `\ `.
:set listchars=tab:\|\
-
+
To have hard tabs look like dots you can use this:
:set listchars=tab:··
-
+
Another example:
:set listchars=tab:»-
-
+
### indent-guides plugin
@@ -78,7 +78,7 @@ This customization can be extending beyond what Vim offers by default with a
plugin such as [vim-indent-guides][1]. indent-guides lets you color and
stylize not only hard tabs, but soft ones, as well as many other features.
-
+
## configuring indents
@@ -131,7 +131,7 @@ lines such as these in your `.vimrc` file:
### polyglot plugin
-
+
Unless you want to add a new line to your `.vimrc` every time you want to edit
a new type of file, I would recommend installing the Vim plugin