add ctag
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user