[vim][kernel]do not apply kernel style everytime

This commit is contained in:
Mathieu Maret 2017-01-28 14:37:33 +01:00
parent 863dacc684
commit ca09aa87f1
1 changed files with 6 additions and 0 deletions

6
.vimrc
View File

@ -450,6 +450,12 @@ endif
""""""""""
let g:w3m#external_browser = 'firefox'
""""""""""
" Kernel
""""""""""
let g:linuxsty_patterns = [ "/usr/src/", "/linux" ]
nnoremap <silent> <leader>a :LinuxCodingStyle<cr>
""""""""""
" Debug
""""""""""