mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
reorg
This commit is contained in:
parent
4c341f6650
commit
f6a92831f4
10 changed files with 290 additions and 43 deletions
5
config/lua/leap-conf.lua
Executable file
5
config/lua/leap-conf.lua
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
local leap = require('leap')
|
||||
leap.set_default_keymaps()
|
||||
leap.init_highlight(true)
|
||||
vim.cmd([[ hi LeapLabelPrimary ctermbg=251 ctermfg=0 ]])
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue