From a317029ca9e881c9cbb7617f54d64256c3d8a0ed Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 25 Sep 2021 15:12:23 +0100 Subject: [PATCH] Disable smartindent --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index fd7989c..9ae5ced 100644 --- a/vimrc +++ b/vimrc @@ -199,7 +199,7 @@ if has("printer") endif if has("smartindent") - set smartindent + set nosmartindent endif if has("syntax")