Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 903 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 903 Bytes

vim-addon-linux-coding-style

Vim plugin to respect the Linux kernel coding style

Linux Kernel coding standards, available here: https://www.kernel.org/doc/Documentation/CodingStyle

Installation

Drop the plugin into your Pathogen bundle/ directory, or your personal scripts directory. Simple!

Usage

To prevent these settings from overwriting your personal settings for C and C++ files, they will not be auto-applied to the files you open. You must invoke the appropriate 'SetLinuxFormatting' command to apply them. Also, changes will only take place in your local buffer - they are not global settings, and there is no way to apply them to all buffers at once, for now.

An example of mapping applying the settings using the command key:

nnoremap <silent> <leader>k :SetLinuxFormatting<cr><cr>