diff options
author | amelia squires <[email protected]> | 2024-10-23 03:36:33 -0500 |
---|---|---|
committer | amelia squires <[email protected]> | 2024-10-23 03:36:33 -0500 |
commit | 128bb9acbce77e20473857345b0956739e8b6fca (patch) | |
tree | 0e404c14fef1aa02d5b1b85826128197e4b60a55 /init.fnl | |
parent | 258dfc41ff24e2fba9e90e6a015274103d40ea4d (diff) |
matchparen and which-key mappings
Diffstat (limited to 'init.fnl')
-rw-r--r-- | init.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |