mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
- 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
16 lines
275 B
TOML
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"
|