# vim-fileheader **Repository Path**: nur/vim-fileheader ## Basic Information - **Project Name**: vim-fileheader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-08 - **Last Updated**: 2024-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vim-fileheader ✏️Add and update your authoring information in header comment ## Introduction A Neovim plugin for add and update your authoring information in header comment Run `AddFileHeader` add authoring information Run `UpdateFileHeader` update authoring information, and auto update file header when save by default ## Install If you don't already use a plugin manager, I recommend vim-plug - vim-plug: ``` Plug 'ahonn/vim-fileheader' ``` - Vundle ``` Plugin 'ahonn/vim-fileheader' ``` ## Document see [fileheader.txt](https://github.com/ahonn/vim-fileheader/blob/master/doc/fileheader.txt) ## License Same terms as Vim itself (see |license|)