From 2ee5a7ede50884fbf465285464396b66dc066122 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 18 Jan 2021 08:43:51 +0100 Subject: [PATCH] Indent with spaces --- nvim/init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim/init.vim b/nvim/init.vim index 1f99bb0..df4c5f1 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -49,6 +49,9 @@ call plug#end() set tabstop=4 set shiftwidth=4 +" indent with spaces +set expandtab + " scroll offset set scrolloff=4