Vim/de: Difference between revisions

Jopejoe1 (talk | contribs)
Created page with "# Installieren Plugins wie zum Beispiel für Syntaxhervorhebung von Nix Dateien"
Jopejoe1 (talk | contribs)
No edit summary
Line 120: Line 120:
     package = (pkgs.vim_configurable.override {  }).customize{
     package = (pkgs.vim_configurable.override {  }).customize{
       name = "vim";
       name = "vim";
       # Installieren Plugins wie zum Beispiel für Syntaxhervorhebung von Nix Dateien
       # Installiere Plugins wie zum Beispiel für Syntaxhervorhebung von Nix Dateien
       vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
       vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
         start = [ vim-nix vim-lastplace ];
         start = [ vim-nix vim-lastplace ];