hop: use .nvim instead of -nvim in startPlugins

Couldn't build the nix package since #1246 changed the plugin name to
hop.nvim, but didn't update hop/config.nix to use that
This commit is contained in:
ced4rtree 2025-11-28 11:46:34 -07:00
commit 08b2c125dd
No known key found for this signature in database
GPG key ID: 4E9A5361FD2BF15A

View file

@ -14,7 +14,7 @@
mappings = addDescriptionsToMappings cfg.mappings mappingDefinitions;
in {
config = mkIf cfg.enable {
vim.startPlugins = ["hop-nvim"];
vim.startPlugins = ["hop.nvim"];
vim.maps.normal = mkSetBinding mappings.hop "<cmd> HopPattern<CR>";