diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 6a6ae50..3e7e7cb 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -16,11 +16,10 @@ let g:python3_host_prog = expand('/usr/bin/python3') let g:loaded_python_provider = 0 let g:python_host_prog = '' set autoindent -set noexpandtab +set expandtab set softtabstop=4 set shiftwidth=4 set tabstop=4 -set expandtab set nocompatible set noshowmode set noerrorbells