mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-26 20:51:20 +02:00
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:
parent
941affa8df
commit
142cc4593d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user