Vim/zh: Difference between revisions
Created page with "您可以启用 <code>guiSupport</code> 来使 <code>gvim</code> 可用,但这不会让您获得 <code>gview</code>:" |
Created page with "# 可通过调用 `:packadd $plugin-name` 手动加载" |
||
| Line 233: | Line 233: | ||
vim-full.customize { | vim-full.customize { | ||
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; { | vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; { | ||
# 启动时加载 | |||
# | |||
start = [ YouCompleteMe fugitive ]; | start = [ YouCompleteMe fugitive ]; | ||
# 可通过调用 `:packadd $plugin-name` 手动加载 | |||
# | |||
opt = [ phpCompletion elm-vim ]; | opt = [ phpCompletion elm-vim ]; | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||