Main public logs
Combined display of all available logs of Official NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:10, 21 July 2024 Haruki7049 talk contribs created page Translations:Vim/8/ja (Created page with "VimはHome Managerを使用して簡単にセットアップ出来ます。以下は最低限の一例です: <syntaxhighlight lang="nix> programs.vim = { enable = true; plugins = with pkgs.vimPlugins; [ vim-airline ]; settings = { ignorecase = true; }; extraConfig = '' set mouse=a ''; }; </syntaxhighlight>")