This repository was archived by the owner on Apr 8, 2024. It is now read-only.
Commit 2c15bb6
committed
init: enable neovim zipPlugin
remove `zipPlugin` from `disabled_plugins` defined in `init.lua`
Allows `gd` to jumps to a function definition within a jar file, e.g.
such as a library dependency (clojure.core, etc.)1 parent a5850d4 commit 2c15bb6
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments