From 16f4050785c5fd1ca70eda6f18a341d333adba63 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 3 Mar 2026 21:26:05 +0100 Subject: did stuff idk tbh --- modules/home/i3wm/nord-blue/nvim.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'modules/home') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 5f30d3e..eaf9b28 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -15,7 +15,7 @@ plugins = with pkgs.vimPlugins; [ vimtex - (nvim-treesitter.withPlugins (p: [ p.lua p.nix p.rust p.python p.bash p.latex p.c p. org])) # Syntax highlighting + language servers + (nvim-treesitter.withPlugins (p: [ p.lua p.nix p.rust p.python p.bash p.latex p.c])) # Syntax highlighting + language servers telescope-nvim # File search plenary-nvim # Lua functions which-key-nvim # Keybind suggestions @@ -107,7 +107,11 @@ -- Keybind to toggle vim.keymap.set("n", "e", "NvimTreeToggle") - + -- Orgmode setup + require('orgmode').setup({ + org_agenda_files = {'~/Documents/2. Writing/0. SOČ/org/*.org'}, + org_default_notes_file = '~/Documents/2. Writing/0. SOČ/org/index.org', + }) ------------------------------------------------------------------ -- LaTeX configuration (from old LazyVim config) ------------------------------------------------------------------ -- cgit v1.2.3