Mercurial > vim-gutentags
diff README.md @ 172:02a94ff0db57
Add CONTRIBUTING file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 19 Feb 2017 20:47:50 -0800 |
parents | 586c3a86adac |
children | bd641fccdae4 |
line wrap: on
line diff
--- a/README.md Sun Feb 19 20:12:01 2017 -0800 +++ b/README.md Sun Feb 19 20:47:50 2017 -0800 @@ -6,6 +6,7 @@ completely out of your way. It will even do its best to keep those tag files out of your way too. It has no dependencies and just works. + ## How? Install Gutentags like any other Vim plugin. I recommend something like @@ -49,11 +50,11 @@ I set for myself with Gutentags: * No other dependency than running Vim: no Python, Ruby, or whatever. -* Cross-platform: should work on at least Mac and Windows. +* Cross-platform: should work on at least Ubuntu, Mac, and Windows. * Incremental tags generation: don't re-generate the whole project all the time. This may be fine for small projects, but it doesn't scale. * External process management: if the ctags process is taking a long time, don't - run another one because I saved the file again. + run another one because I saved a file again. * Keep the tag file consistent: don't just append the current file's tags to the tag file, otherwise you will still "see" tags for deleted or renamed classes and functions.