diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-11 04:19:56 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-11 04:19:56 +0100 |
| commit | fa69f57e4b1886e83862050cc660110ffa4c0609 (patch) | |
| tree | d0ee7c55c9ac5a7f81f28202633561fd55ce032a /content/posts/2026-01-09-vim.md | |
| parent | 2694e4784c0e32ad29d21abc12c1dcaf2b44899a (diff) | |
| download | mitjafelicijan.com-fa69f57e4b1886e83862050cc660110ffa4c0609.tar.gz | |
Update post: Integrated debugging in Vim
Diffstat (limited to 'content/posts/2026-01-09-vim.md')
| -rw-r--r-- | content/posts/2026-01-09-vim.md | 6 |
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 | ||
| 206 | Yes and no. I don't change these files much at all. When I start a new C | 206 | Yes and no. I don't change these files much at all. When I start a new C |
| 207 | project I just copy the existing one and call it a day. And any significantly | 207 | project I just copy an existing one from a different project to my new one and |
| 208 | complex project will require certain per project specific configurations | 208 | call it a day. And any significantly complex project will require certain per |
| 209 | anyway. | 209 | project specific configurations anyway. |
| 210 | 210 | ||
| 211 | This also makes it shareable with other people without dumping your whole setup | 211 | This also makes it shareable with other people without dumping your whole setup |
| 212 | on them. There are drawback like with anything else, but I have found this | 212 | on them. There are drawback like with anything else, but I have found this |
