add ctag
This commit is contained in:
parent
4cfdf821ac
commit
e729a7c684
17
vim/ctags.md
Normal file
17
vim/ctags.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# ctags 使用
|
||||||
|
|
||||||
|
|
||||||
|
## cpp
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ctags -I __THROW --file-scope=yes --langmap=c:+.h --languages=c,c++ --links=yes --c-kinds=+p --fields=+S -R -f ~/.vim/systags /usr/include /usr/local/include
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## python
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user