summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/treesitter.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl
index e3b9145..f13ed64 100644
--- a/fnl/plugins/treesitter.fnl
+++ b/fnl/plugins/treesitter.fnl
@@ -81,8 +81,8 @@
:lsp_interop {:enable true
:border :single
:floating_preview_opts {}
- :peek_definition_code {:<leader>df "@function.outer"
- :<leader>dF "@class.outer"}}}})
+ :peek_definition_code {:md "@function.outer"
+ :mD "@class.outer"}}}})
(fn config []
(let [treesitter (require :nvim-treesitter.configs)]