This commit is contained in:
light 2018-10-22 20:33:09 +08:00
parent 218accab00
commit aa4a9071ed
2 changed files with 10 additions and 0 deletions

View File

@ -3,3 +3,12 @@
```bash ```bash
sudo apt-get install vim vim-scripts vim-gtk sudo apt-get install vim vim-scripts vim-gtk
``` ```
## command
'''bash
vim --startuptime info.txt test.cpp
'''

View File

@ -73,6 +73,7 @@ imap <F5> <ESC>:!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q -f .tags .<CR>
set tags=tags set tags=tags
set tags+=./.tags set tags+=./.tags
set tags+=~/.vim/systags set tags+=~/.vim/systags
" ctags -R --c++-kinds=+p --fields=+iaS --extra=+q -f ~/.vim/systags /usr/include /usr/local/include
"set tags = "set tags =
Plugin 'taglist.vim' Plugin 'taglist.vim'