Vim/de: Difference between revisions
Created page with "# Installieren Plugins wie zum Beispiel für Syntaxhervorhebung von Nix Dateien" |
No edit summary |
||
| Line 120: | Line 120: | ||
package = (pkgs.vim_configurable.override { }).customize{ | package = (pkgs.vim_configurable.override { }).customize{ | ||
name = "vim"; | name = "vim"; | ||
# | # 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 ]; | ||