mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
5 lines
140 B
Lua
Executable file
5 lines
140 B
Lua
Executable file
local leap = require('leap')
|
|
leap.set_default_keymaps()
|
|
leap.init_highlight(true)
|
|
vim.cmd([[ hi LeapLabelPrimary ctermbg=251 ctermfg=0 ]])
|
|
|