This commit is contained in:
Hadi 2024-07-09 15:01:41 +02:00
parent 70459117ed
commit 04d2e91dd5
4 changed files with 6 additions and 3 deletions

View File

@ -32,6 +32,6 @@
swapfile = false;
undofile = true;
conceallevel = 2;
conceallevel = 3;
};
}

View File

@ -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; };
};
};
};

View File

@ -11,7 +11,7 @@
bufferline.enable = true;
trouble.enable = true;
which-key.enable = true;
headlines.enable = true;
# headlines.enable = true;
# tagbar.enable = true;
};
keymaps = [{

View File

@ -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";