liteide
liteide copied to clipboard
vim options aren't working
try to disable spaces for tabs
set shiftwidth=4
set tabstop=4
set noexpandtab
set autoindent
or
set shiftwidth=0
set tabstop=0
set noexpandtab
set autoindent
but the behavior with spaces persists