From 8d50ea588ae5df57d26a652aa8cf55b964823969 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 11 Oct 2018 07:50:57 +0200 Subject: [PATCH] init: Change indent settings --- init.vim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index 219ad2f..52bce18 100644 --- a/init.vim +++ b/init.vim @@ -7,17 +7,21 @@ set number set cursorline set scrolloff=5 - set encoding=utf-8 set listchars=tab:»­,trail:·,eol:$ set virtualedit=block +filetype plugin indent on + set tabstop=4 set shiftwidth=4 set expandtab set smarttab +set autoindent +set smartindent + set incsearch set hlsearch @@ -30,7 +34,6 @@ if has('nvim') end syntax on -filetype plugin indent on runtime plugsetup.vim let g:airline_powerline_fonts=1 -- 2.30.2