mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
vim: Add syntax on
and set nocompatible
by default
Its what everybody wants in 2014. They are enabled by default both in ubuntu and archlinux.
This commit is contained in:
parent
e376e9731d
commit
ab2c7cfff7
@ -5,6 +5,9 @@ args@{pkgs, source ? "default", ...}: with args;
|
||||
|
||||
let inherit (args.composableDerivation) composableDerivation edf;
|
||||
nixosRuntimepath = pkgs.writeText "nixos-vimrc" ''
|
||||
set nocompatible
|
||||
syntax on
|
||||
|
||||
function! NixosPluginPath()
|
||||
let seen = {}
|
||||
for p in reverse(split($NIX_PROFILES))
|
||||
|
Loading…
Reference in New Issue
Block a user