Skip to content

Commit

Permalink
feat(config): disable on "Trouble" filetype (#78)
Browse files Browse the repository at this point in the history
* feat(config): disable on "Trouble" filetype

* chore(build): auto-generate vimdoc

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
f1rstlady and github-actions[bot] committed Mar 17, 2024
1 parent 860e912 commit 7dab55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/hardtime.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*hardtime.nvim.txt* For Neovim >= 0.7.0 Last change: 2024 February 03
*hardtime.nvim.txt* For Neovim >= 0.7.0 Last change: 2024 March 04

==============================================================================
Table of Contents *hardtime.nvim-table-of-contents*
Expand Down
1 change: 1 addition & 0 deletions lua/hardtime/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ M.config = {
"qf",
"oil",
"undotree",
"Trouble",
},
hints = {
["[kj][%^_]"] = {
Expand Down

0 comments on commit 7dab55b

Please sign in to comment.