+ set paste

Prevent strange paddings on paste from clipboard
This commit is contained in:
2022-12-11 10:05:47 +00:00
parent 55951f6a1f
commit af9772a704

View File

@ -8,3 +8,5 @@ set shiftwidth=4 " Indents will have a width of 4
set softtabstop=4 " Sets the number of columns for a TAB
set expandtab " Expand TABs to spaces
set paste " Prevent strange paddings on paste from clipboard