Update
This commit is contained in:
parent
70459117ed
commit
04d2e91dd5
@ -32,6 +32,6 @@
|
||||
|
||||
swapfile = false;
|
||||
undofile = true;
|
||||
conceallevel = 2;
|
||||
conceallevel = 3;
|
||||
};
|
||||
}
|
||||
|
@ -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; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -11,7 +11,7 @@
|
||||
bufferline.enable = true;
|
||||
trouble.enable = true;
|
||||
which-key.enable = true;
|
||||
headlines.enable = true;
|
||||
# headlines.enable = true;
|
||||
# tagbar.enable = true;
|
||||
};
|
||||
keymaps = [{
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user