Vim/de: Difference between revisions
Created page with "" Syntaxhervorhebung standardmäßig aktivieren" Tags: Mobile edit Mobile web edit |
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"; | ||
# Installieren 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 ]; |