mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 21:02:26 +00:00
small change in ctags.md
This commit is contained in:
parent
7dafb02d1e
commit
bb7a731197
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@ First, generate tags in project root
|
|||
`make tags`
|
||||
|
||||
When you add or change names in source files, you have to regenerate the `tags` file. That can be done by running `make tags` again. Optionally, use a `vim` plugin such as [vim-gutentags](https://github.com/ludovicchabant/vim-gutentags) to automate this process. Install it (or skip this step):
|
||||
```
|
||||
git clone https://github.com/ludovicchabant/vim-gutentags ~/.vim/plugin/
|
||||
```
|
||||
|
||||
`git clone https://github.com/ludovicchabant/vim-gutentags ~/.vim/plugin/`
|
||||
|
||||
or wherever your vim global plugin directory is specified in `:h plugin`.
|
||||
|
||||
Add this to your `~/.vimrc`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue