diff --git a/home/programs/nvim/options.nix b/home/programs/nvim/options.nix index a36cc14..4ae2812 100644 --- a/home/programs/nvim/options.nix +++ b/home/programs/nvim/options.nix @@ -32,6 +32,6 @@ swapfile = false; undofile = true; - conceallevel = 2; + conceallevel = 3; }; } diff --git a/home/programs/nvim/plugins/neorg.nix b/home/programs/nvim/plugins/neorg.nix index 8d833f2..f40554a 100644 --- a/home/programs/nvim/plugins/neorg.nix +++ b/home/programs/nvim/plugins/neorg.nix @@ -9,6 +9,9 @@ "core.dirman" = { config = { workspaces = { home = "~/nextcloud/neorg"; }; }; }; + "core.concealer" = { config.folds = false; }; + "core.export" = { __empty = null; }; + "core.ui.calendar" = { __empty = null; }; }; }; }; diff --git a/home/programs/nvim/plugins/ui.nix b/home/programs/nvim/plugins/ui.nix index 33be420..7e39c31 100644 --- a/home/programs/nvim/plugins/ui.nix +++ b/home/programs/nvim/plugins/ui.nix @@ -11,7 +11,7 @@ bufferline.enable = true; trouble.enable = true; which-key.enable = true; - headlines.enable = true; + # headlines.enable = true; # tagbar.enable = true; }; keymaps = [{ diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 1fbf45b..4080e85 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -51,7 +51,7 @@ icat = "${pkgs.kitty}/bin/kitty +kitten icat"; note = "vim ~/nextcloud/Notes/index.md"; wireguard-import = "nmcli connection import type wireguard file"; - neorg = "cd ~/nextcloud/neorg && vim -c ':ZenMode' -c ':Telescope find_files' index.html"; + neorg = "cd ~/nextcloud/neorg && vim -c ':ZenMode' -c ':Telescope find_files' index.norg"; # git ga = "git add";