Keybinding to move selection, <leader>a for org agenda, new lua lsp

This commit is contained in:
Lüdecke Sascha
2026-03-30 14:42:25 +02:00
parent fd5c73f099
commit 9056ff3b1d
4 changed files with 20 additions and 11 deletions

View File

@@ -197,6 +197,7 @@ require("lazy").setup({
-- org_default_notes_file = '~/orgfiles/refile.org',
org_agenda_files = sl_opt.org_agenda_files,
org_default_notes_file = sl_opt.org_default_notes_file,
org_archive_location = sl_opt.org_archive_location,
org_todo_keywords = { 'TODO(t)', 'STARTED(s)', 'PLANNED(p)', '|', 'DONE(d)', 'UNPLANNED(u)' },
org_custom_exports = {
f = {