commit
aa5ac98b37
|
@ -196,10 +196,10 @@ return {
|
||||||
config = function ()
|
config = function ()
|
||||||
local leap = require('leap')
|
local leap = require('leap')
|
||||||
leap.opts.case_sensitive = false
|
leap.opts.case_sensitive = false
|
||||||
leap.opts.safe_labels = { 's', 'f', 'n', 'u', 't', 'e' }
|
leap.opts.safe_labels = { 'f', 'n', 'u', 't', 'g', 'ö', 'w', 'b', 'm' }
|
||||||
--leap.opts.labels = { 'a', 's', 'f', 'n', 'j', 'k', 'r', 'e', 'r', 'm',
|
leap.opts.labels = { 'a', 's', 'f', 'n', 'j', 'k', 'r', 'e', 'r', 'm',
|
||||||
-- 'ö', 'b', 'v', 'u', 'z', 'w', '2', '3', '4', '5', '6',
|
'ö', 'b', 'v', 'u', 'z', 'w', '2', '3', '4', '5', '6',
|
||||||
-- '7', '8', '9' }
|
'7', '8', '9' }
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,8 @@ return {
|
||||||
["core.dirman"] = { -- Manages Neorg workspaces
|
["core.dirman"] = { -- Manages Neorg workspaces
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
|
-- FIXME: This shouldn't be in the Versioncontrol. Make this
|
||||||
|
-- into a local extension of the plugin.
|
||||||
main = "~/winhome/Nextcloud/Neorg",
|
main = "~/winhome/Nextcloud/Neorg",
|
||||||
notes = "~/winhome/Nextcloud/Notes",
|
notes = "~/winhome/Nextcloud/Notes",
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,3 +13,11 @@ NTSG
|
||||||
a
|
a
|
||||||
Jira
|
Jira
|
||||||
ReqEng
|
ReqEng
|
||||||
|
cscherr
|
||||||
|
MD5
|
||||||
|
Hashchecker
|
||||||
|
Testvectors
|
||||||
|
#ossibilites
|
||||||
|
possibilites/!
|
||||||
|
Hexdumper
|
||||||
|
hexdumped
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue