diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-11 04:18:24 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-11 04:18:24 +0100 |
| commit | 2694e4784c0e32ad29d21abc12c1dcaf2b44899a (patch) | |
| tree | 3ef9383170ac526e48f1736c4d71b41d88491fa3 /content/posts/2026-01-09-vim.md | |
| parent | 2155dd25e90a2a6b9a801ed7352f4a4123e54cf0 (diff) | |
| download | mitjafelicijan.com-2694e4784c0e32ad29d21abc12c1dcaf2b44899a.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 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/posts/2026-01-09-vim.md b/content/posts/2026-01-09-vim.md index 58c40f3..0c965c8 100644 --- a/content/posts/2026-01-09-vim.md +++ b/content/posts/2026-01-09-vim.md | |||
| @@ -200,3 +200,18 @@ better experience. | |||
| 200 | makes adding new breakpoints with `:Break` just seamless. This goes for all | 200 | makes adding new breakpoints with `:Break` just seamless. This goes for all |
| 201 | other commands as well. You can read more about other commands with `:h | 201 | other commands as well. You can read more about other commands with `:h |
| 202 | Termdebug` or on https://vimhelp.org/terminal.txt.html. | 202 | Termdebug` or on https://vimhelp.org/terminal.txt.html. |
| 203 | |||
| 204 | ## Isn't this setup a bit elaborate? | ||
| 205 | |||
| 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 | ||
| 208 | complex project will require certain per project specific configurations | ||
| 209 | anyway. | ||
| 210 | |||
| 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 | ||
| 213 | approach to be the lesser of two evils kinda think. Even Vim users can ignore | ||
| 214 | these files by not enabling local configuration files. | ||
| 215 | |||
| 216 | Like any other tool, it's on you to make your development workflow as | ||
| 217 | frictionless as possible and no tool is perfect. | ||
