replace hop with leap

This commit is contained in:
Garrett Dawson 2023-04-06 21:00:35 -06:00
parent e22a0b7248
commit 4baccf1f8b
3 changed files with 50 additions and 42 deletions

View file

@ -171,7 +171,7 @@ require('lazy').setup({
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart
-- These are some example plugins that I've included in the kickstart repository.
-- Uncomment any of the lines below to enable them.
require 'kickstart.plugins.autoformat',
-- require 'kickstart.plugins.autoformat',
-- require 'kickstart.plugins.debug',
-- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua`