Jump to content

Translations:Vim/42/en: Difference between revisions

From Official NixOS Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
 
Line 1: Line 1:
There is a pathogen implementation as well, but its startup is slower and [VAM] has more features.  
There is a pathogen implementation as well, but its startup is slower and [VAM] has more features.
<syntaxhighlight lang="nix">
vimrcConfig.pathogen.knownPlugins = vimPlugins; # optional
vimrcConfig.pathogen.pluginNames = [ "vim-addon-nix" "youcompleteme" ];
</syntaxhighlight>

Latest revision as of 09:45, 30 July 2024

Message definition (Vim)
There is a pathogen implementation as well, but its startup is slower and [VAM] has more features.

There is a pathogen implementation as well, but its startup is slower and [VAM] has more features.