From b4af2ccad453807d87e543ec073bc6ec8a5c6218 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Sep 2023 18:27:39 +0200 Subject: [PATCH] leap, fixmes --- lua/plex/plugins/editor.lua | 8 ++++---- lua/plex/plugins/extras/org/neorg.lua | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lua/plex/plugins/editor.lua b/lua/plex/plugins/editor.lua index 1361128..b8ead1b 100644 --- a/lua/plex/plugins/editor.lua +++ b/lua/plex/plugins/editor.lua @@ -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, }, diff --git a/lua/plex/plugins/extras/org/neorg.lua b/lua/plex/plugins/extras/org/neorg.lua index cdc268d..95fe521 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -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", },