missclick remove wrong config in init.vim

This commit is contained in:
Xamora 2024-01-10 14:51:44 +01:00
parent f0b95ba7b7
commit 971cb80416

View file

@ -1,3 +1,9 @@
set number
set relativenumber
set autoindent
set tabstop=4
"set list
"set listchars=tab:>.
set shiftwidth=4
set smarttab
set softtabstop=4