From 45c15cafcc10e740e7a1a93ff60d94f089ffdaf5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 17 Nov 2021 19:24:14 +0100 Subject: [PATCH] syntax off in vim --- nixos/modules/programs/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/vim.nix b/nixos/modules/programs/vim.nix index d48ec7e..dc389db 100644 --- a/nixos/modules/programs/vim.nix +++ b/nixos/modules/programs/vim.nix @@ -169,7 +169,7 @@ let set runtimepath=${extra-runtimepath},$VIMRUNTIME,$HOME/.vim,${nix-xptemplates} " syntax highlighting on - syntax on + syntax off " xptemplates " -----------