-
Windows ctags/cscopeVim 2021. 5. 16. 19:03
1. vim 설치
https://www.vim.org/download.php
download : vim online
Downloading Vim Vim is available for many different systems and there are several versions. This page will help you decide what to download. Most popular: Details and options for: Mirrors Alternative sites to download Vim files from. Sources Build Vim your
www.vim.org
or
2. git 설치
Git - Downloads
Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp
git-scm.com
3. ctags 설치
Exuberant Ctags
ctags.sourceforge.net
or
C:\Program Files (x86)\Vim/vim*에 ctags.exe 파일 복사
4. cscope 설치
https://code.google.com/archive/p/cscope-win32/downloads
Google Code Archive - Long-term storage for Google Code Project Hosting.
code.google.com
or
cscope-15.8a-win64rev1-static.zip0.26MBC:\Program Files (x86)\Vim/vim*에 cscope.exe 파일 복사
5. _vimrc 파일 복사
or
_vimrc파일을 사용자 폴더에 복사
.vimrc 구성하기
https://github.com/johngrib/simple_vim_guide/blob/master/md/vimrc.md
6. Vundle.vim 설치
https://github.com/VundleVim/Vundle.vim
GitHub - VundleVim/Vundle.vim: Vundle, the plug-in manager for Vim
Vundle, the plug-in manager for Vim. Contribute to VundleVim/Vundle.vim development by creating an account on GitHub.
github.com
or
Vundle.vim 폴더를 사용자 디렉터리의 .vim/bundle에 복사(폴더가 없으면 만든다.)
7. 플러그인 설치
:PluginInstall
8. 진행하려는 프로젝트의 최상단 폴더에서
:!ctags -R
:!cscope -b -R
:cs add cscope.out
※ _vimrc파일에 위 명령어를 매핑해놨기 때문에 F12를 누르면 위 3개의 명령어가 실행된다.
'Vim' 카테고리의 다른 글
Linux GNU Global (0) 2021.08.02 Linux ctags/cscope (0) 2021.07.12 Windows GNU Global (0) 2021.04.22 vi 명령어 (0) 2021.01.28