mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +00:00
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:
parent
2f5bfa943c
commit
08b2c125dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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>";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue