Files
dotfiles/common/.config/marksman/config.toml
Pratik Tripathy b9efd12e47 feat(nvim): Markdown handling improvements
- marksman: Trimmed config file: removed comments, remove default
  settings
- fix: ftplugin for codelens: provide current buffer
- new: Add obsidian.nvim plugin to replace markdown-oxide lsp
2025-11-22 23:38:42 +05:30

16 lines
275 B
TOML

[core]
markdown.file_extensions = ["md", "markdown"]
text_sync = "full"
title_from_heading = true
incremental_references = false
paranoid = false
[code_action]
toc.enable = true
create_missing_file.enable = false
[completion]
candidates = 50
wiki.style = "file-path-stem"