Favorite (G)Vim plugins/scripts? [closed]

2019-03-07 18:58发布

What are your favorite (G)Vim plugins/scripts?

标签: vim editor
30条回答
地球回转人心会变
2楼-- · 2019-03-07 19:41

I use the following two plugins all the time:

  • project
  • vimoutliner
查看更多
我只想做你的唯一
3楼-- · 2019-03-07 19:42

I love snipMate. It's simular to snippetsEmu, but has a much better syntax to read (like Textmate).

查看更多
Summer. ? 凉城
4楼-- · 2019-03-07 19:44

Conque Shell : Run interactive commands inside a Vim buffer

Conque is a Vim plugin which allows you to run interactive programs, such as bash on linux or powershell.exe on Windows, inside a Vim buffer. In other words it is a terminal emulator which uses a Vim buffer to display the program output.

http://code.google.com/p/conque/

http://www.vim.org/scripts/script.php?script_id=2771

查看更多
霸刀☆藐视天下
5楼-- · 2019-03-07 19:46

Pathogen plugin and more things commented by Steve Losh

查看更多
够拽才男人
6楼-- · 2019-03-07 19:47

One Plugin that is missing in the answers is NERDCommenter, which let's you do almost anything with comments. For example {add, toggle, remove} comments. And more. See this blog entry for some examples.

查看更多
迷人小祖宗
7楼-- · 2019-03-07 19:48

Not a plugin, but I advise any Mac user to switch to the MacVim distribution which is vastly superior to the official port.

As for plugins, I used VIM-LaTeX for my thesis and was very satisfied with the usability boost. I also like the Taglist plugin which makes use of the ctags library.

查看更多
登录 后发表回答