Vim/de: Difference between revisions

Jopejoe1 (talk | contribs)
Created page with "" Syntaxhervorhebung standardmäßig aktivieren"
Tags: Mobile edit Mobile web edit
Jopejoe1 (talk | contribs)
Created page with "# Installieren Plugins wie zum Beispiel für Syntaxhervorhebung von Nix Dateien"
Line 120: Line 120:
     package = (pkgs.vim_configurable.override {  }).customize{
     package = (pkgs.vim_configurable.override {  }).customize{
       name = "vim";
       name = "vim";
       <div lang="en" dir="ltr" class="mw-content-ltr">
       # Installieren Plugins wie zum Beispiel für Syntaxhervorhebung von Nix Dateien
# Install plugins for example for syntax highlighting of nix files
</div>
       vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
       vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
         start = [ vim-nix vim-lastplace ];
         start = [ vim-nix vim-lastplace ];