feat: add a bunch of plugins

This commit is contained in:
♥ Minnie ♥ 2025-04-04 23:39:33 +08:00
parent 92dcce1c43
commit e08990b2db
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
9 changed files with 36 additions and 22 deletions

View file

@ -0,0 +1,17 @@
{...}: {
plugins.obsidian = {
enable = true;
settings = {
completion = {
nvim_cmp = true;
};
new_notes_location = "current_dir";
workspaces = [
{
name = "vault";
path = "/home/sajenim/.obsidian_vault";
}
];
};
};
}

View file

@ -0,0 +1,5 @@
{...}: {
plugins.render-markdown = {
enable = true;
};
}

View file

@ -0,0 +1,5 @@
{...}: {
plugins.todo-comments = {
enable = true;
};
}