Skip to content

Commit 95a846a

Browse files
committed
Update
1 parent cac026d commit 95a846a

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ i.e., scatter logging statements around the various code snippets that you want
2626
to test.
2727

2828

29-
### Demos
29+
## Demos
3030

31-
#### Standard debugging - C++
31+
### Standard debugging - C++
3232

3333
![demo_gif](https://github.com/bergercookie/vim-debugstring/blob/master/misc/demo_cpp.gif)
3434

35-
#### Debugging for expression/variables - C++
35+
### Debugging for expression/variables - C++
3636

3737
![demo_gif](https://github.com/bergercookie/vim-debugstring/blob/master/misc/demo_cpp_var.gif)
3838

@@ -130,13 +130,14 @@ debugstring depends on the following vim plugins:
130130
| [Vundle][5] | `Plugin 'bergercookie/vim-debugstring'` |
131131
| manual | copy all of the files into your `.vim` directory (or `~/.config/nvim` if you're using neovim)|
132132

133+
[1]: https://github.com/Shougo/dein.vim
134+
[2]: https://github.com/k-takata/minpac
135+
[3]: https://github.com/tpope/vim-pathogen
136+
[4]: https://github.com/junegunn/vim-plug
137+
[5]: https://github.com/VundleVim/Vundle.vim
133138

134-
Plugin also utilizes [vim-repeat](https://github.com/tpope/vim-repeat) if the latter is installed.
135-
136-
### Manual installation
137-
138-
Copy the plugin files to their corresponding directories under `${HOME}/.vim`
139-
(Linux) or `$HOME/vimfiles` (Windows).
139+
Plugin also utilizes [vim-repeat](https://github.com/tpope/vim-repeat) if the
140+
latter is installed.
140141

141142
## Contributing
142143

@@ -153,8 +154,9 @@ file
153154

154155
In case you like the plugin, you might as well [star it on
155156
Github](https://github.com/bergercookie/vim-debugstring) or [rate it on
156-
vim.org](https://vim.sourceforge.io/scripts/script.php?script_id=5634)
157-
157+
vim.org](https://vim.sourceforge.io/scripts/script.php?script_id=5634) Also feel
158+
free to check my [other
159+
plugins](https://github.com/bergercookie?tab=repositories)
158160

159161
## Notes on Development
160162

@@ -173,9 +175,6 @@ this or other vim plugins
173175
git clone https://github.com/tpope/vim-repeat.git
174176
```
175177

176-
177-
178-
179178
## TODO
180179

181180
- [ ] Method to delete all the debugging strings in current buffer / all "touched" buffers - see far.vim

0 commit comments

Comments
 (0)