Compare commits
No commits in common. "aa5ac98b37331bfd6921b4558b0f17c5baf88e1c" and "ef1c00a091983059337608a689c1b2fe8602b3a1" have entirely different histories.
aa5ac98b37
...
ef1c00a091
4 changed files with 4 additions and 14 deletions
|
@ -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 = { 'f', 'n', 'u', 't', 'g', 'ö', 'w', 'b', 'm' }
|
leap.opts.safe_labels = { 's', 'f', 'n', 'u', 't', 'e' }
|
||||||
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,8 +12,6 @@ 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,11 +13,3 @@ NTSG
|
||||||
a
|
a
|
||||||
Jira
|
Jira
|
||||||
ReqEng
|
ReqEng
|
||||||
cscherr
|
|
||||||
MD5
|
|
||||||
Hashchecker
|
|
||||||
Testvectors
|
|
||||||
#ossibilites
|
|
||||||
possibilites/!
|
|
||||||
Hexdumper
|
|
||||||
hexdumped
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue