liteide icon indicating copy to clipboard operation
liteide copied to clipboard

vim options aren't working

Open anpic opened this issue 3 months ago • 0 comments

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

anpic avatar Nov 25 '25 18:11 anpic