leap set labels
This commit is contained in:
parent
6341c35d3d
commit
993db70165
|
@ -26,6 +26,7 @@ opt.shada = { "'1000", "<50", "s10", "h" }
|
|||
opt.conceallevel = 3
|
||||
opt.signcolumn = 'yes'
|
||||
opt.spelloptions:append('camel')
|
||||
opt.spelllang = 'en,de'
|
||||
|
||||
-- What to save for views and sessions
|
||||
opt.viewoptions:remove('folds')
|
||||
|
|
|
@ -194,6 +194,10 @@ return {
|
|||
config = function ()
|
||||
local leap = require('leap')
|
||||
leap.opts.case_sensitive = false
|
||||
leap.opts.safe_labels = { 's', 'f', 'n', 'u', 't', 'e' }
|
||||
leap.opts.labels = { 's', 'f', 'n', 'j', 'k', 'r', 'e', 'r', 'm',
|
||||
'ö', 'b', 'v', 'o', 'i', 'u', 'z', 'w', '2', '3', '4', '5', '6',
|
||||
'7', '8', '9' }
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
|
@ -2,3 +2,14 @@
|
|||
Linter
|
||||
Neorg
|
||||
DevOps
|
||||
NewTec
|
||||
Mergetools
|
||||
Quellrepository
|
||||
gemerged
|
||||
mergen
|
||||
a
|
||||
ccl
|
||||
NTSG
|
||||
a
|
||||
Jira
|
||||
ReqEng
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue