From 0131e966f539f1039566218d237f617c96aa89e0 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Thu, 17 Dec 2020 00:16:32 +0100 Subject: [PATCH] tabs are now spaces --- nvim/init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index 951516f..dd1006a 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -4,13 +4,14 @@ colorscheme dracula set tabstop=4 +set shiftwidth=4 +set expandtab command GoToFile cd %:p:h set clipboard^=unnamed set shell=bash shellquote=\" shellxquote=\" set shcf=-c tnoremap set number -set shiftwidth=4 call plug#begin('~/AppData/Local/nvim/plugged')