Skip to content

Instantly share code, notes, and snippets.

@sushantmane
Last active January 12, 2016 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sushantmane/ab6901696bf93f790ef3 to your computer and use it in GitHub Desktop.
Save sushantmane/ab6901696bf93f790ef3 to your computer and use it in GitHub Desktop.
VIM configurations for Linux Kernel Development
set nu
filetype plugin indent on
syn on se title
set tabstop=8
set softtabstop=8
set shiftwidth=8
set noexpandtab
set list listchars=tab:»\ ,trail:.,extends:»,precedes:«
set ai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment