From 87e396ff156e7b02309db063187ee7005e55837b Mon Sep 17 00:00:00 2001 From: wires Date: Sat, 8 Mar 2025 07:00:09 -0500 Subject: [PATCH] deleted markdownlint settings (don't use it) and format readme --- .markdownlint.yaml | 8 -------- readme.md | 5 ++++- 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 .markdownlint.yaml diff --git a/.markdownlint.yaml b/.markdownlint.yaml deleted file mode 100644 index 72e850e..0000000 --- a/.markdownlint.yaml +++ /dev/null @@ -1,8 +0,0 @@ -MD033: - # Allowed elements - allowed_elements: [p, details, summary, a, img, h1] - -# MD013/line-length - Line length -MD013: - # Number of characters - line_length: 120 diff --git a/readme.md b/readme.md index bdf77ac..90c6096 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,6 @@ # wires nvim -this is my current neovim config, based on [CosmicNvim](https://github.com/CosmicNvim/CosmicNvim), but with a substantial amount of reorganization and functionality I don't use stripped out. +this is my current neovim config, based on [CosmicNvim][1] but with a +substantial amount of reorganization and functionality I don't use stripped out. + +[1]: https://github.com/CosmicNvim/CosmicNvim