Neovim/ru: Difference between revisions
Created page with "==== Пролвинутая ==== <syntaxhighlight lang="nix"> # Глобальная Настройка programs.neovim = { enable = true; defaultEditor = true; viAlias = true; vimAlias = true; configure = { customRC = '' set number set cc=80 set list set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:» if &diff colorscheme blue endif ''; packages.myVimPackage = with pkgs.vimPl..." |
Created page with "==== Начальная ==== <syntaxhighlight lang="nix"> # Глобальная Настройка programs.neovim = { enable = true; defaultEditor = true; };" |
||
Line 38: | Line 38: | ||
</div> | </div> | ||
==== Начальная ==== | |||
= | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
# | # Глобальная Настройка | ||
programs.neovim = { | programs.neovim = { | ||
enable = true; | enable = true; | ||
defaultEditor = true; | defaultEditor = true; | ||
}; | }; | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> |