Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/release-notes/rl-0.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,8 @@
[smoka7/hop.nvim]: https://github.com/smoka7/hop.nvim

- Migrate [phaazon/hop.nvim] to [smoka7/hop.nvim]
[typst-concealer]. [simon-wg](https://github.com/simon-wg):

[simon-wg](https://github.com/simon-wg):

- Update `python` language module to use correct lsp binary.
- Fix `python` pyright and basedpyright language servers not using default on
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/utility/motion/hop/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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>";

Expand Down
Loading