We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b759b09 commit fae8e42Copy full SHA for fae8e42
CHANGELOG.md
@@ -25,3 +25,4 @@
25
- community: remove gitlinker-nvim (replaced by snack gitbrowse)
26
- practicalli: configure showkeys for lazy loading
27
- practicalli: configure trim for lazy loading
28
+- practicalli: configure other for lazy loading
lua/plugins/user-practicalli.lua
@@ -121,6 +121,7 @@ return {
121
-- Jump between Clojure src and test files
122
{
123
"rgroli/other.nvim",
124
+ cmd = "Other",
125
main = "other-nvim",
126
opts = {
127
mappings = {
0 commit comments