aboutsummaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2024-10-23 03:36:33 -0500
committeramelia squires <[email protected]>2024-10-23 03:36:33 -0500
commit128bb9acbce77e20473857345b0956739e8b6fca (patch)
tree0e404c14fef1aa02d5b1b85826128197e4b60a55 /init.fnl
parent258dfc41ff24e2fba9e90e6a015274103d40ea4d (diff)
matchparen and which-key mappings
Diffstat (limited to 'init.fnl')
-rw-r--r--init.fnl2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.fnl b/init.fnl
index ed89bb6..a21a454 100644
--- a/init.fnl
+++ b/init.fnl
@@ -26,6 +26,8 @@
;floating_mode
(use! :Iron-E/nvim-libmodal)
+ ;fix bracket pairing
+ (use! :monkoose/matchparen.nvim :require :plugins.matchparen)
;lsp
(use! :nvim-treesitter/nvim-treesitter :require :plugins.treesitter)