Remove Obsidian
This commit is contained in:
parent
a4a27d4c14
commit
df72841178
3 changed files with 1 additions and 24 deletions
|
|
@ -341,26 +341,6 @@ in
|
|||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = vp.obsidian-nvim;
|
||||
type = "lua";
|
||||
config = ''
|
||||
require('obsidian').setup({
|
||||
workspaces = {
|
||||
{ name = "appunti", path = "~/Documenti/Git/Obsidian/appunti" }
|
||||
},
|
||||
templates = { folder = "Templates", date_format = "%Y-%m-%d-%a", time_format = "%H:%M" },
|
||||
attachments = { img_folder = "Assets/" },
|
||||
daily_notes = {
|
||||
folder = "Note of the day",
|
||||
default_tags = { },
|
||||
alias_format = "%Y-%m-%d",
|
||||
template = "Note of the day"
|
||||
}
|
||||
})
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = vp.harpoon2;
|
||||
type = "lua";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue