aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/i3wm')
-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)
------------------------------------------------------------------