Vim

stackdiary.com

cross-posted from: https://lemmy.world/post/2712042 > Bram Moolenaar, the creator of the widely respected Vim code editor, has passed away at the age of 62. The family announced his passing in a heartfelt Google Groups message on August 5, revealing a sudden progression of a medical condition that had afflicted him.

5
1

Hello! I'm having an issue in Vim where it will not do syntax highlighting unless using hard tabs. I prefer hard tabs, but they aren't valid yaml and I get yelled at when I try and import the file in python. ![With proper spaces](https://lemmy.world/pictrs/image/bdec2174-2abf-40f7-9107-cb3128ad12a3.png) ![With hard tabs](https://lemmy.world/pictrs/image/d4dc2351-b5ba-4a95-a1fc-f495873d7482.png) Does anyone know how I can resolve this? Thanks! EDIT: This is confusing. I've just discovered that if I run `set ft?` it shows `filetype=yaml`. If I then run `set ft=yaml` the syntax highlighting works correctly??? That doesn't make any sense.

2
0