wsl #2
|
@ -196,10 +196,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 = { 'a', 's', 'f', 'n', 'j', 'k', 'r', 'e', 'r', 'm',
|
||||
-- 'ö', 'b', 'v', 'u', 'z', 'w', '2', '3', '4', '5', '6',
|
||||
-- '7', '8', '9' }
|
||||
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',
|
||||
'ö', 'b', 'v', 'u', 'z', 'w', '2', '3', '4', '5', '6',
|
||||
'7', '8', '9' }
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ return {
|
|||
["core.dirman"] = { -- Manages Neorg workspaces
|
||||
config = {
|
||||
workspaces = {
|
||||
-- FIXME: This shouldn't be in the Versioncontrol. Make this
|
||||
-- into a local extension of the plugin.
|
||||
main = "~/winhome/Nextcloud/Neorg",
|
||||
notes = "~/winhome/Nextcloud/Notes",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue