vi에서 코딩의 편의를 위해서 스크립트 어떤거 쓰세요?

jephir의 이미지

흠... 딱히 어디 질답게에 올릴만한게 아닌거같아서 여기다 올려요.

현재 ctag + taglist + OmniCppComplete + c + AutoComplPop

이렇게 하고있는데..
AutoComplPop 이거 정말 좋네요 =_=;;
근데 요놈은 클래스멤버나.. 그런거에 어째 작동이 안되는거같고;;
뭐가 더 필요한건지.. 원래

OmniCppComplete이거는 찾다보니 이제 따로 설치안해도
걍 된다고 하는데 모르겠네요...
일단 보이는대로 설정 다 하고 했는데 왜 작동을 안하는지는 모르겠네요 -_-;;

사실 taglist도 코딩하면서 저장하고 갱신해줘야되서 불편하긴 한데... 뭔가 설정이 따로 있지 않을까 하는 생각도 드네요;;

함수 전달인자도 좀 표시해주는게 있음 좋겠다 싶은데...

neocoin의 이미지

이런 주제가 있을때 마다 예전에 작성해둔 문서를 붙입니다.

FuzzyFinder - buffer/file/command/tag/etc explorer with fuzzy matching : vim online
YankRing.vim - Maintains a history of previous yanks, changes and deletes : vim online
snipMate - TextMate-style snippets for Vim : vim online
AutoComplPop - Automatically opens popup menu for completions : vim online
matchit.zip - extended % matching for HTML, LaTeX, and many other languages : vim online
The NERD Commenter - A plugin that allows for easy commenting of code for many filetypes. : vim online
The NERD tree - A tree explorer plugin for navigating the filesystem : vim online
Conque Shell - Run interactive commands inside a Vim buffer : vim online
sherlock.vim - Add completion in command line for '/', '?' and ':.../' : vim online

sudo.vim - Allows one to edit a file with prevledges from an unprivledged session. : vim online
Align - Help folks to align text, eqns, declarations, tables, etc : vim online
rails.vim - Ruby on Rails: easy file navigation, enhanced syntax highlighting, and more : vim online
surround.vim - Delete/change/add parentheses/quotes/XML-tags/much more with ease : vim online

See Also http://neocoin.net/cs/Vim/Plugins%20and%20improvement

그외 좋은거 추천 좀 해주세요. :)

이응준의 이미지

AutoComplPop 잘 쓰시나요? 저도 쓰긴 하는데 오동작이 잦아서...

이응준의 이미지

아 그리고 전 vcscommand.vim 추천합니다.

vim을 scm들(svn, git, hg, ...)과 연동시켜줍니다.