This commit is contained in:
light 2018-10-22 20:59:15 +08:00
parent 4cfdf821ac
commit e729a7c684

17
vim/ctags.md Normal file
View 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
```