summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPaul Colomiets <paul@colomiets.name>2014-06-28 23:34:48 +0300
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-07-15 14:59:15 +0200
commit496d12958e603975eb828bd28cf27fd8bab7c856 (patch)
treec279fe37eb247382a4e991a4b65ecf989328be44 /nixos
parent0ffcb718a211b599728fc76dd73201afc9256d5d (diff)
downloadnixpkgs-496d12958e603975eb828bd28cf27fd8bab7c856.tar
nixpkgs-496d12958e603975eb828bd28cf27fd8bab7c856.tar.gz
nixpkgs-496d12958e603975eb828bd28cf27fd8bab7c856.tar.bz2
nixpkgs-496d12958e603975eb828bd28cf27fd8bab7c856.tar.lz
nixpkgs-496d12958e603975eb828bd28cf27fd8bab7c856.tar.xz
nixpkgs-496d12958e603975eb828bd28cf27fd8bab7c856.tar.zst
nixpkgs-496d12958e603975eb828bd28cf27fd8bab7c856.zip
Add automatic plugin activation for vim
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 2ea998bbb63..6b4c38172e9 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -110,6 +110,7 @@ in
         "/man"
         "/sbin"
         "/share/emacs"
+        "/share/vim-plugins"
         "/share/org"
         "/share/info"
         "/share/terminfo"