Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 632 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 632 Bytes

vim-logrotate

Syntax and help for logrotate config files in /etc/logrotate.d/*

screenshot

Install

mkdir -p ~/.vim/pack/gitpacks/start/
git -C ~/.vim/pack/gitpacks/start clone https://github.com/balki/vim-logrotate
vim +":helptags ALL" +"qa"

Requirements

  1. Vim installation that includes patch-8.2.4770. (Works in Ubuntu 22.10)
  2. gawk installed. See g:logrotate_awk config option to use a different awk