Update
This commit is contained in:
parent
70459117ed
commit
04d2e91dd5
@ -32,6 +32,6 @@
|
|||||||
|
|
||||||
swapfile = false;
|
swapfile = false;
|
||||||
undofile = true;
|
undofile = true;
|
||||||
conceallevel = 2;
|
conceallevel = 3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
"core.dirman" = {
|
"core.dirman" = {
|
||||||
config = { workspaces = { home = "~/nextcloud/neorg"; }; };
|
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;
|
bufferline.enable = true;
|
||||||
trouble.enable = true;
|
trouble.enable = true;
|
||||||
which-key.enable = true;
|
which-key.enable = true;
|
||||||
headlines.enable = true;
|
# headlines.enable = true;
|
||||||
# tagbar.enable = true;
|
# tagbar.enable = true;
|
||||||
};
|
};
|
||||||
keymaps = [{
|
keymaps = [{
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
|
icat = "${pkgs.kitty}/bin/kitty +kitten icat";
|
||||||
note = "vim ~/nextcloud/Notes/index.md";
|
note = "vim ~/nextcloud/Notes/index.md";
|
||||||
wireguard-import = "nmcli connection import type wireguard file";
|
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
|
# git
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
|
Loading…
Reference in New Issue
Block a user