diff --git a/home-manager/features/development/markdown.nix b/home-manager/features/development/markdown.nix index f00f758..dd56d48 100644 --- a/home-manager/features/development/markdown.nix +++ b/home-manager/features/development/markdown.nix @@ -2,5 +2,6 @@ { home.packages = with pkgs; [ markdownlint-cli2 # linter + marksman # language server ]; } diff --git a/home-manager/features/neovim/config/lua/plugins/obsidian.lua b/home-manager/features/neovim/config/lua/plugins/obsidian.lua index 9fc3d83..5991247 100644 --- a/home-manager/features/neovim/config/lua/plugins/obsidian.lua +++ b/home-manager/features/neovim/config/lua/plugins/obsidian.lua @@ -14,6 +14,8 @@ return { dependencies = { -- Required. "nvim-lua/plenary.nvim", + -- For the picker + "nvim-telescope/telescope.nvim", }, opts = { workspaces = {