From 93453bfc44d19fec314348bf55d5fd59a33bfebe Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 23 Sep 2020 22:54:29 -0400 Subject: [PATCH] use default vim indentation --- modules/cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cli.nix b/modules/cli.nix index e07b7a4..1d94093 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -11,8 +11,8 @@ name="vim"; vimrcConfig.customRC='' syntax enable + filetype plugin indent on set nowrap ruler scrolloff=9 backspace=start,indent - set autoindent smartindent expandtab tabstop=4 shiftwidth=4 ''; })