diff --git a/configs/neovim.nix b/configs/neovim.nix index f056093..49affdb 100644 --- a/configs/neovim.nix +++ b/configs/neovim.nix @@ -24,15 +24,15 @@ let }; obsidian = vimBuildTool rec { pname = "obsidian-nvim"; - version = "1.7.0"; # 1.8.0 has breaking changes + version = "2.3.1"; src = pkgs.fetchFromGitHub { owner = "epwalsh"; repo = "obsidian.nvim"; rev = "v${version}"; - sha256 = "sha256-pMYvtNEYoVFaWlj35F1rDlfJkNY4y4S62RNpHBNBgto="; + sha256 = "sha256-g9GFq5FMaCcJ6HbnhRgCmioLvaJ4SK6jSioDi5lXeP4="; fetchSubmodules = true; }; - dependencies = with vimPlugins; [ nvim-cmp tabular ]; + dependencies = with vimPlugins; [ nvim-cmp tabular plenary-nvim ]; }; neogen = vimBuildTool rec { pname = "neogen";