neovim: Add obsidian-nvim

Seems to be better than the last time I tried it.
This commit is contained in:
Donovan Glover 2024-03-25 13:54:49 -04:00
parent 637410a10e
commit ed0dec1e06
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -580,6 +580,24 @@ in
autocmd QuitPre * silent! :Vista!
'';
}
{
plugin = obsidian-nvim;
type = "lua";
config = /* lua */ ''
require('obsidian').setup {
workspaces = {
{
name = "",
path = "~/",
},
},
disable_frontmatter = true,
ui = {
enable = false
}
}
'';
}
fzf-vim
vim-caddyfile
vim-graphql