Vim configuration for Linux kernel development [closed]
Main differences between Linux kernel and regular C project (from developer’s point of view) are next: kernel is very big project (so you should choose which code to index) it has architecture dependent code (and you are only interested in one specific architecture at a time; other architectures shouldn’t be indexed) it has very specific … Read more