From ed0dec1e06a04b3d4c0f6bb95df1581338017644 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 25 Mar 2024 13:54:49 -0400 Subject: [PATCH] neovim: Add obsidian-nvim Seems to be better than the last time I tried it. --- home/neovim.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/home/neovim.nix b/home/neovim.nix index 69d2413d..accda200 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -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