From 142cc4593dcbd8aad980885985fe547490d4fcd4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 17 Apr 2024 11:14:25 -0400 Subject: [PATCH] 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. --- home/neovim.nix | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/home/neovim.nix b/home/neovim.nix index 67d7df77..80a135bc 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -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