kisielk / vigo

Vi in Go
Other
168 stars 17 forks source link

Add support for typing tabs in insert mode #48

Closed THUNDERGROOVE closed 10 years ago

THUNDERGROOVE commented 10 years ago

Should be self explanatory.

gchp commented 10 years ago

Personally, I'd prefer four spaces rather than tabs. Just personal preference though, not sure what @kisielk has in mind.

kisielk commented 10 years ago

Well, Go uses tabs, so it would be kind of weird to not support them :)

kisielk commented 10 years ago

Eventually we'll need autoindent and tab expansion and all that jazz, but this is fine for now.