summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/vim/nix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/5pkgs/vim/nix.nix')
-rw-r--r--tv/5pkgs/vim/nix.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/tv/5pkgs/vim/nix.nix b/tv/5pkgs/vim/nix.nix
index 1998f9d7..61323ab3 100644
--- a/tv/5pkgs/vim/nix.nix
+++ b/tv/5pkgs/vim/nix.nix
@@ -135,7 +135,10 @@ with import <stockholm/lib>;
javascript.extraStart = comment "jq";
lua = {};
#nginx = {};
- python.extraStart = comment "py";
+ python.extraStart = alts [
+ (comment "py")
+ (writerExt "py")
+ ];
sed.extraStart = writer "Sed";
sh.extraStart = let
phases = [