mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-11 17:57:30 +02:00
neorg config
This commit is contained in:
parent
0738e193a7
commit
d4ed2bb54f
1 changed files with 10 additions and 0 deletions
|
@ -70,6 +70,15 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
"core.dirman.utils" = {
|
||||
__empty = null;
|
||||
};
|
||||
"core.completion" = {
|
||||
config = {
|
||||
engine = "nvim-cmp";
|
||||
name = "neorg";
|
||||
};
|
||||
};
|
||||
"core.concealer" = {
|
||||
__empty = null;
|
||||
};
|
||||
|
@ -308,6 +317,7 @@
|
|||
{name = "path";}
|
||||
{name = "buffer";}
|
||||
{name = "luasnip";}
|
||||
{name = "neorg";}
|
||||
# {name = "copilot";}
|
||||
];
|
||||
#mapping = {
|
||||
|
|
Loading…
Add table
Reference in a new issue