Skip to content

Commit 369ffb8

Browse files
ftplugin: parinfer toggle key map for clojure
resolve: #33
1 parent b89ef5a commit 369ffb8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- community: neovide GUI recipe from Astrocommunity
2020
- snippets: neovim api examples in lua from folke/dots
2121
- practicalli: git related key mappings (neogit, gist-nvim)
22+
- ftplugin: parinfer toggle key map for clojure
2223

2324
## Changed
2425
- lazy: enable zipPlugin to view src inside jar files

after/ftplugin/clojure.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ return {
1919
{ "<LocalLeader>t", group = "Test" },
2020
{ "<LocalLeader>v", group = "Values" },
2121
{ "<LocalLeader>x", group = "macroXpand" },
22+
-- Structural Editing
23+
{ "<localleader>p", "<cmd>ParinferToggle<cr>", desc = "Toggle Parinfer", mode = "n" },
2224
},
2325
},
2426
}

0 commit comments

Comments
 (0)