[markdown] Adds marksman languages server and telescope picker for obsidian

This commit is contained in:
2025-05-09 11:01:32 -07:00
parent d814aa9465
commit b1ae2d56fb
2 changed files with 3 additions and 0 deletions

View File

@@ -2,5 +2,6 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
markdownlint-cli2 # linter markdownlint-cli2 # linter
marksman # language server
]; ];
} }

View File

@@ -14,6 +14,8 @@ return {
dependencies = { dependencies = {
-- Required. -- Required.
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
-- For the picker
"nvim-telescope/telescope.nvim",
}, },
opts = { opts = {
workspaces = { workspaces = {