From a397b72774336680024c25d74a6d6d346f67cdfb Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 13 Mar 2026 09:51:16 +0100 Subject: Updated orgmode and which-key configuration for nvim.nix --- modules/home/i3wm/nord-blue/nvim.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'modules/home/i3wm/nord-blue') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 62968ff..5d0270c 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -261,12 +261,10 @@ ------------------------------------------------- -- WHICH KEY ------------------------------------------------- - require("which-key").setup({}) local wk = require("which-key") - - wk.register({ - { "+l", group = "LSP" }, - }) + wk.add({ + { "l", desc = "LSP"} + }) ------------------------------------------------- -- NVIM TREE @@ -296,12 +294,8 @@ ------------------------------------------------- -- ORGMODE ------------------------------------------------- - local projects = { - "~/Documents/2. Writing/0. SOČ/org/*.org", - "~/Documents/1_Projects/6_CRC-Altura/**/*.org", - } require("orgmode").setup({ - org_agenda_files = projects, + org_agenda_files = "~/**/*.org", org_default_notes_file = "~/INBOX.org" }) -- cgit v1.2.3