neovim: Drop obsidian-nvim

Not sure why I added this but it seems like I have pretty great support
for markdown files without this, and I'd rather leverage my existing
toolkit of tools that do one thing and do it well.
This commit is contained in:
Donovan Glover 2024-04-17 11:14:25 -04:00
parent 941affa8df
commit 142cc4593d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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