Commit 19ea375
committed
fix: don't run healthcheck twice for :checkhealth
nvim thinks the `health.lua` under commands is a separate healthcheck
for a plugin called `commands` and tries to run it when you run
`:checkhealth`. Naming the file differently and switching the `require`d
module on the fly fixes that.1 parent 4b211f3 commit 19ea375
File tree
2 files changed
+2
-0
lines changed- lua/codesettings/commands
- plugin
2 files changed
+2
-0
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments