Last active
January 12, 2016 10:49
-
-
Save sushantmane/ab6901696bf93f790ef3 to your computer and use it in GitHub Desktop.
VIM configurations for Linux Kernel Development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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