mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
nvim: leap labels
This commit is contained in:
parent
a34d08fc2c
commit
47f4dbb291
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue