Vim/ru: Difference between revisions
Created page with "=== Добавление новых плагинов ===" |
Created page with "<syntaxhighlight lang="nix"> vimrcConfig.plug.plugins = with pkgs.vimPlugins; [vim-addon-nix youcompleteme]; </syntaxhighlight>" Tags: Mobile edit Mobile web edit |
||
| Line 304: | Line 304: | ||
</div> | </div> | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
vimrcConfig.plug.plugins = with pkgs.vimPlugins; [vim-addon-nix youcompleteme]; | vimrcConfig.plug.plugins = with pkgs.vimPlugins; [vim-addon-nix youcompleteme]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<span id="Adding_new_plugins"></span> | <span id="Adding_new_plugins"></span> | ||