feat: add a bunch of plugins
This commit is contained in:
parent
92dcce1c43
commit
e08990b2db
9 changed files with 36 additions and 22 deletions
17
config/plugins/utils/obsidian.nix
Normal file
17
config/plugins/utils/obsidian.nix
Normal 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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
5
config/plugins/utils/render-markdown.nix
Normal file
5
config/plugins/utils/render-markdown.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
plugins.render-markdown = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
5
config/plugins/utils/todo-comments.nix
Normal file
5
config/plugins/utils/todo-comments.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
plugins.todo-comments = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue