Neovim/ru: Difference between revisions

Unabomberlive (talk | contribs)
Replaced content with "==== Продвинутая ===="
Tags: Mobile edit Mobile web edit
Unabomberlive (talk | contribs)
No edit summary
Line 69: Line 69:


<span id="Basic"></span>
<span id="Basic"></span>
<div class="mw-translate-fuzzy">
==== Начальная ====
==== Начальная ====
<syntaxhighlight lang="nix">
# Глобальная Настройка
programs.neovim = {
  enable = true;
  defaultEditor = true;
};
</div>


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">