aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-03 21:26:05 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-03 21:26:05 +0100
commit16f4050785c5fd1ca70eda6f18a341d333adba63 (patch)
tree65942e2b5d854b4f1fc055a5870afd0e8459a167 /modules
parent7cde61a5d46b85562ee4022b2c80e84392dd28bf (diff)
did stuff idk tbh
Diffstat (limited to 'modules')
-rw-r--r--modules/home/i3wm/nord-blue/nvim.nix8
1 files changed, 6 insertions, 2 deletions
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", "<leader>e", "<cmd>NvimTreeToggle<CR>")
-
+ -- 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)
------------------------------------------------------------------