File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
77and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 5.4.0] - 2024-09-10
10+
11+ ### Added
12+
13+ - Vim help docs: Include tags.
14+
915## [ 5.3.0] - 2024-09-10
1016
1117### Added
Original file line number Diff line number Diff line change 121121 files = "\\ .(lua)$" ;
122122 pass_filenames = false ;
123123 } ;
124+ doctags = {
125+ enable = true ;
126+ name = "doctags" ;
127+ entry = "${ pkgs . neovim-unwrapped } /bin/nvim -c 'helptags doc' +q" ;
128+ files = "\\ .(txt)$" ;
129+ pass_filenames = false ;
130+ } ;
124131 } ;
125132 } ;
126133
You can’t perform that action at this time.
0 commit comments