aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/posts/2026-01-09-vim.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/2026-01-09-vim.md b/content/posts/2026-01-09-vim.md
index 0c965c8..6b45d9c 100644
--- a/content/posts/2026-01-09-vim.md
+++ b/content/posts/2026-01-09-vim.md
@@ -204,9 +204,9 @@ Termdebug` or on https://vimhelp.org/terminal.txt.html.
204## Isn't this setup a bit elaborate? 204## Isn't this setup a bit elaborate?
205 205
206Yes and no. I don't change these files much at all. When I start a new C 206Yes and no. I don't change these files much at all. When I start a new C
207project I just copy the existing one and call it a day. And any significantly 207project I just copy an existing one from a different project to my new one and
208complex project will require certain per project specific configurations 208call it a day. And any significantly complex project will require certain per
209anyway. 209project specific configurations anyway.
210 210
211This also makes it shareable with other people without dumping your whole setup 211This also makes it shareable with other people without dumping your whole setup
212on them. There are drawback like with anything else, but I have found this 212on them. There are drawback like with anything else, but I have found this