From 128bb9acbce77e20473857345b0956739e8b6fca Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 23 Oct 2024 03:36:33 -0500 Subject: matchparen and which-key mappings --- init.fnl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.fnl') 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) -- cgit v1.2.3