Skip to content

Commit 30a8c04

Browse files
author
Marc Jakobi
committed
feat(vimdoc): tags
1 parent 04b09a2 commit 30a8c04

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
and 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

flake.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@
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

0 commit comments

Comments
 (0)