nvim: leap labels

This commit is contained in:
He4eT 2023-02-05 02:23:00 +03:00
commit 47f4dbb291

View file

@ -399,8 +399,8 @@ require('leap').opts.highlight_unlabeled_phase_one_targets = true
require('leap').opts.safe_labels = {}
vim.api.nvim_set_hl(0, 'LeapBackdrop', { link = 'Comment' })
vim.api.nvim_set_hl(0, 'LeapLabelPrimary', { link = 'Cursor' })
vim.api.nvim_set_hl(0, 'LeapMatch', { link = 'Identifier' })
vim.api.nvim_set_hl(0, 'LeapLabelPrimary', { link = 'Identifier' })
vim.api.nvim_set_hl(0, 'LeapMatch', { link = 'Constant' })
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et